#287072

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

Shades of Atoll #287072

Tints of Atoll #287072

Color information

#287072 (or 0x287072) is unknown color: approx Atoll. HEX triplet: 28, 70 and 72. RGB value is (40,112,114). Sum of RGB (Red+Green+Blue) = 40+112+114=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #287072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287072 is #D78F8D. Grayscale: #5A5A5A. Windows color (decimal): -14126990 or 7499816. OLE color: 7499816.

HSL color Cylindrical-coordinate representation of color #287072: hue angle of 181.62º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287072 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB40112114-
CMYK0.650.0200.55
HSL181.62º48.05%30.2%-
HSV(B)181.62º64.91%44.71%-
XYZ9.7113.2517.97-
YUV90.7141.1591.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=15.04%
G=42.11%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401121140.650.0200.55181.6248.0530.2
Hex287072412037b6301e
Octal5016016210120672666036
Binary1010001110000111001010000011001101111011011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287072; }

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

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

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

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

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

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

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

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