#287887

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

Shades of Atoll #287887

Tints of Atoll #287887

Color information

#287887 (or 0x287887) is unknown color: approx Atoll. HEX triplet: 28, 78 and 87. RGB value is (40,120,135). Sum of RGB (Red+Green+Blue) = 40+120+135=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #287887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287887 is #D78778. Grayscale: #616161. Windows color (decimal): -14124921 or 8878120. OLE color: 8878120.

HSL color Cylindrical-coordinate representation of color #287887: hue angle of 189.47º 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 #287887 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB40120135-
CMYK0.700.1100.47
HSL189.47º54.29%34.31%-
HSV(B)189.47º70.37%52.94%-
XYZ11.9615.6325.31-
YUV97.7914986.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=13.56%
G=40.68%
B=45.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401201350.700.1100.47189.4754.2934.31
Hex28788746B02Fbd3622
Octal50170207106130572756642
Binary10100011110001000011110001101011010111110111101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287887; }

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

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

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

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

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

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

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

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