#287DC0

Color #287DC0 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #287DC0

Tints of Curious Blue #287DC0

Color information

#287DC0 (or 0x287DC0) is unknown color: approx Curious Blue. HEX triplet: 28, 7D and C0. RGB value is (40,125,192). Sum of RGB (Red+Green+Blue) = 40+125+192=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #287DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287DC0 is #D7823F. Grayscale: #6A6A6A. Windows color (decimal): -14123584 or 12614952. OLE color: 12614952.

HSL color Cylindrical-coordinate representation of color #287DC0: hue angle of 206.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287DC0 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB40125192-
CMYK0.790.3500.25
HSL206.45º65.52%45.49%-
HSV(B)206.45º79.17%75.29%-
XYZ17.7218.9252.59-
YUV107.22175.8480.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 11.20%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 192 (75.39% from 255) = 53.78%
R=11.20%
G=35.01%
B=53.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401251920.790.3500.25206.4565.5245.49
Hex287DC04F23019ce422d
Octal501753001174303131610255
Binary1010001111101110000001001111100011011001110011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287DC0; }

 p { color: rgb(40,125,192); }

 H1.HeaderClassName
 {
   color: #287DC0;
 }
 .AnyTagClassName
 {
   color: #287DC0;
 }
</style>
background-color css

<style>
 a { background-color: #287DC0; }

 a { background-color: rgb(40,125,192); }

 div.DivClassName
 {
   background-color: #287DC0;
 }
 .BgClassName
 {
   background-color: #287DC0;
 }
</style>
border-color css

<style>
 span { border-color: #287DC0; }

 span { border-color: rgb(40,125,192); }

 td.TdClassName
 {
   border-color: #287DC0;
 }
 .TagClassName
 {
   border-color: #287DC0;
 }
</style>