#287076

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

Shades of Atoll #287076

Tints of Atoll #287076

Color information

#287076 (or 0x287076) is unknown color: approx Atoll. HEX triplet: 28, 70 and 76. RGB value is (40,112,118). Sum of RGB (Red+Green+Blue) = 40+112+118=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #287076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287076 is #D78F89. Grayscale: #5B5B5B. Windows color (decimal): -14126986 or 7761960. OLE color: 7761960.

HSL color Cylindrical-coordinate representation of color #287076: hue angle of 184.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287076 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB40112118-
CMYK0.660.0500.54
HSL184.62º49.37%30.98%-
HSV(B)184.62º66.1%46.27%-
XYZ9.9413.3519.19-
YUV91.16143.1591.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=14.81%
G=41.48%
B=43.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401121180.660.0500.54184.6249.3730.98
Hex287076425036b9311f
Octal5016016610250662716137
Binary10100011100001110110100001010101101101011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287076; }

 p { color: rgb(40,112,118); }

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

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

 a { background-color: rgb(40,112,118); }

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

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

 span { border-color: rgb(40,112,118); }

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