#287F82

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

Shades of Atoll #287F82

Tints of Atoll #287F82

Color information

#287F82 (or 0x287F82) is unknown color: approx Atoll. HEX triplet: 28, 7F and 82. RGB value is (40,127,130). Sum of RGB (Red+Green+Blue) = 40+127+130=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #287F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287F82 is #D7807D. Grayscale: #656565. Windows color (decimal): -14123134 or 8552232. OLE color: 8552232.

HSL color Cylindrical-coordinate representation of color #287F82: hue angle of 182º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287F82 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB40127130-
CMYK0.690.0200.49
HSL182º52.94%33.33%-
HSV(B)182º69.23%50.98%-
XYZ12.4917.2423.79-
YUV101.33144.1884.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.47%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=13.47%
G=42.76%
B=43.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401271300.690.0200.4918252.9433.33
Hex287F82452031b63521
Octal5017720210520612666541
Binary101000111111110000010100010110011000110110110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,127,130); }

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

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

 a { background-color: rgb(40,127,130); }

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

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

 span { border-color: rgb(40,127,130); }

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