#287D8E

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

Shades of Atoll #287D8E

Tints of Atoll #287D8E

Color information

#287D8E (or 0x287D8E) is unknown color: approx Atoll. HEX triplet: 28, 7D and 8E. RGB value is (40,125,142). Sum of RGB (Red+Green+Blue) = 40+125+142=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #287D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D8E is #D78271. Grayscale: #656565. Windows color (decimal): -14123634 or 9338152. OLE color: 9338152.

HSL color Cylindrical-coordinate representation of color #287D8E: hue angle of 190º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287D8E is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40125142-
CMYK0.720.1200.44
HSL190º56.04%35.69%-
HSV(B)190º71.83%55.69%-
XYZ13.0917.0728.2-
YUV101.52150.8484.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.03%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=13.03%
G=40.72%
B=46.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401251420.720.1200.4419056.0435.69
Hex287D8E48C02Cbe3824
Octal50175216110140542767044
Binary10100011111011000111010010001100010110010111110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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