#287987

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

Shades of Atoll #287987

Tints of Atoll #287987

Color information

#287987 (or 0x287987) is unknown color: approx Atoll. HEX triplet: 28, 79 and 87. RGB value is (40,121,135). Sum of RGB (Red+Green+Blue) = 40+121+135=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #287987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287987 is #D78678. Grayscale: #626262. Windows color (decimal): -14124665 or 8878376. OLE color: 8878376.

HSL color Cylindrical-coordinate representation of color #287987: hue angle of 188.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #287987 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB40121135-
CMYK0.700.1000.47
HSL188.84º54.29%34.31%-
HSV(B)188.84º70.37%52.94%-
XYZ12.0915.8825.35-
YUV98.38148.6686.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 135 (53.12% from 255) = 45.61%
R=13.51%
G=40.88%
B=45.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401211350.700.1000.47188.8454.2934.31
Hex28798746A02Fbd3622
Octal50171207106120572756642
Binary10100011110011000011110001101010010111110111101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287987; }

 p { color: rgb(40,121,135); }

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

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

 a { background-color: rgb(40,121,135); }

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

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

 span { border-color: rgb(40,121,135); }

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