#287D88

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

Shades of Atoll #287D88

Tints of Atoll #287D88

Color information

#287D88 (or 0x287D88) is unknown color: approx Atoll. HEX triplet: 28, 7D and 88. RGB value is (40,125,136). Sum of RGB (Red+Green+Blue) = 40+125+136=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #287D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D88 is #D78277. Grayscale: #646464. Windows color (decimal): -14123640 or 8944936. OLE color: 8944936.

HSL color Cylindrical-coordinate representation of color #287D88: hue angle of 186.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #287D88 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB40125136-
CMYK0.710.0800.47
HSL186.88º54.55%34.51%-
HSV(B)186.88º70.59%53.33%-
XYZ12.6516.925.89-
YUV100.84147.8484.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=13.29%
G=41.53%
B=45.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401251360.710.0800.47186.8854.5534.51
Hex287D8847802Fbb3723
Octal50175210107100572736743
Binary10100011111011000100010001111000010111110111011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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