#287E8C

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

Shades of Atoll #287E8C

Tints of Atoll #287E8C

Color information

#287E8C (or 0x287E8C) is unknown color: approx Atoll. HEX triplet: 28, 7E and 8C. RGB value is (40,126,140). Sum of RGB (Red+Green+Blue) = 40+126+140=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #287E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287E8C is #D78173. Grayscale: #656565. Windows color (decimal): -14123380 or 9207336. OLE color: 9207336.

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

Color convert

RGB40126140-
CMYK0.710.1000.45
HSL188.4º55.56%35.29%-
HSV(B)188.4º71.43%54.9%-
XYZ13.0717.2727.45-
YUV101.88149.5183.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.07%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=13.07%
G=41.18%
B=45.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401261400.710.1000.45188.455.5635.29
Hex287E8C47A02Dbc3823
Octal50176214107120552747043
Binary10100011111101000110010001111010010110110111100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,126,140); }

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

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

 a { background-color: rgb(40,126,140); }

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

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

 span { border-color: rgb(40,126,140); }

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