#287A80

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

Shades of Atoll #287A80

Tints of Atoll #287A80

Color information

#287A80 (or 0x287A80) is unknown color: approx Atoll. HEX triplet: 28, 7A and 80. RGB value is (40,122,128). Sum of RGB (Red+Green+Blue) = 40+122+128=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #287A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287A80 is #D7857F. Grayscale: #626262. Windows color (decimal): -14124416 or 8419880. OLE color: 8419880.

HSL color Cylindrical-coordinate representation of color #287A80: hue angle of 184.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287A80 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB40122128-
CMYK0.690.0500.50
HSL184.09º52.38%32.94%-
HSV(B)184.09º68.75%50.2%-
XYZ11.7315.9322.88-
YUV98.17144.8386.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=13.79%
G=42.07%
B=44.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal401221280.690.0500.50184.0952.3832.94
Hex287A80455032b83421
Octal5017220010550622706441
Binary1010001111010100000001000101101011001010111000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287A80; }

 p { color: rgb(40,122,128); }

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

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

 a { background-color: rgb(40,122,128); }

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

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

 span { border-color: rgb(40,122,128); }

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