#287A82

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

Shades of Atoll #287A82

Tints of Atoll #287A82

Color information

#287A82 (or 0x287A82) is unknown color: approx Atoll. HEX triplet: 28, 7A and 82. RGB value is (40,122,130). Sum of RGB (Red+Green+Blue) = 40+122+130=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #287A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287A82 is #D7857D. Grayscale: #626262. Windows color (decimal): -14124414 or 8550952. OLE color: 8550952.

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

Color convert

RGB40122130-
CMYK0.690.0600.49
HSL185.33º52.94%33.33%-
HSV(B)185.33º69.23%50.98%-
XYZ11.8615.9823.58-
YUV98.39145.8386.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=13.70%
G=41.78%
B=44.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401221300.690.0600.49185.3352.9433.33
Hex287A82456031b93521
Octal5017220210560612716541
Binary1010001111010100000101000101110011000110111001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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