#286E71

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

Shades of Atoll #286E71

Tints of Atoll #286E71

Color information

#286E71 (or 0x286E71) is unknown color: approx Atoll. HEX triplet: 28, 6E and 71. RGB value is (40,110,113). Sum of RGB (Red+Green+Blue) = 40+110+113=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #286E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E71 is #D7918E. Grayscale: #595959. Windows color (decimal): -14127503 or 7433768. OLE color: 7433768.

HSL color Cylindrical-coordinate representation of color #286E71: hue angle of 182.47º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286E71 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB40110113-
CMYK0.650.0300.56
HSL182.47º47.71%30%-
HSV(B)182.47º64.6%44.31%-
XYZ9.4312.817.6-
YUV89.41141.3192.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.21%
GREEN value IS 110 (43.36% from 255) = 41.83%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=15.21%
G=41.83%
B=42.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal401101130.650.0300.56182.4747.7130
Hex286E71413038b6301e
Octal5015616110130702666036
Binary1010001101110111000110000011101110001011011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286E71; }

 p { color: rgb(40,110,113); }

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

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

 a { background-color: rgb(40,110,113); }

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

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

 span { border-color: rgb(40,110,113); }

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