#287C82

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

Shades of Atoll #287C82

Tints of Atoll #287C82

Color information

#287C82 (or 0x287C82) is unknown color: approx Atoll. HEX triplet: 28, 7C and 82. RGB value is (40,124,130). Sum of RGB (Red+Green+Blue) = 40+124+130=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #287C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C82 is #D7837D. Grayscale: #636363. Windows color (decimal): -14123902 or 8551464. OLE color: 8551464.

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

Color convert

RGB40124130-
CMYK0.690.0500.49
HSL184º52.94%33.33%-
HSV(B)184º69.23%50.98%-
XYZ12.1116.4823.66-
YUV99.57145.1785.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 124 (48.83% from 255) = 42.18%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=13.61%
G=42.18%
B=44.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401241300.690.0500.4918452.9433.33
Hex287C82455031b83521
Octal5017420210550612706541
Binary1010001111100100000101000101101011000110111000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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