#287787

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

Shades of Atoll #287787

Tints of Atoll #287787

Color information

#287787 (or 0x287787) is unknown color: approx Atoll. HEX triplet: 28, 77 and 87. RGB value is (40,119,135). Sum of RGB (Red+Green+Blue) = 40+119+135=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #287787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287787 is #D78878. Grayscale: #616161. Windows color (decimal): -14125177 or 8877864. OLE color: 8877864.

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

Color convert

RGB40119135-
CMYK0.700.1200.47
HSL190.11º54.29%34.31%-
HSV(B)190.11º70.37%52.94%-
XYZ11.8515.3925.27-
YUV97.2149.3387.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=13.61%
G=40.48%
B=45.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401191350.700.1200.47190.1154.2934.31
Hex28778746C02Fbe3622
Octal50167207106140572766642
Binary10100011101111000011110001101100010111110111110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287787; }

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

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

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

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

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

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

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

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