Shades of Atoll #287C82
Tints of Atoll #287C82
RGB
CMYK
RGB Variations
Color information
#287C82 (or 0x287C82) is known color: 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
| RGB | 40 | 124 | 130 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.49 |
| HSL | 184º | 0.53% | 0.33% | - |
| HSV(B) | 184º | 0.69% | 0.51% | - |
| XYZ | 12.11 | 16.48 | 23.66 | - |
| YUV | 99.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 130 | 0.69 | 0.05 | 0 | 0.49 | 184 | 0.53 | 0.33 |
| Hex | 28 | 7C | 82 | 45 | 5 | 0 | 31 | B8 | 35 | 21 |
| Octal | 50 | 174 | 202 | 105 | 5 | 0 | 61 | 270 | 65 | 41 |
| Binary | 101000 | 1111100 | 10000010 | 1000101 | 101 | 0 | 110001 | 10111000 | 110101 | 100001 |
Color Harmonies of #287C82
Complementary color
Monochromatic Colors of #287C82
Black with #287C82
Text Example
Text Example
White with #287C82
Text Example
Text Example
HTML Codes & Css Web 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>