#287C80

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

Shades of Atoll #287C80

Tints of Atoll #287C80

Color information

#287C80 (or 0x287C80) is unknown color: approx Atoll. HEX triplet: 28, 7C and 80. RGB value is (40,124,128). Sum of RGB (Red+Green+Blue) = 40+124+128=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #287C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C80 is #D7837F. Grayscale: #636363. Windows color (decimal): -14123904 or 8420392. OLE color: 8420392.

HSL color Cylindrical-coordinate representation of color #287C80: hue angle of 182.73º 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 #287C80 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB40124128-
CMYK0.690.0300.50
HSL182.73º52.38%32.94%-
HSV(B)182.73º68.75%50.2%-
XYZ11.9816.4222.96-
YUV99.34144.1785.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=13.70%
G=42.47%
B=43.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal401241280.690.0300.50182.7352.3832.94
Hex287C80453032b73421
Octal5017420010530622676441
Binary101000111110010000000100010111011001010110111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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