Shades of Atoll #287682
Tints of Atoll #287682
RGB
CMYK
RGB Variations
Color information
#287682 (or 0x287682) is known color: Atoll. HEX triplet: 28, 76 and 82. RGB value is (40,118,130). Sum of RGB (Red+Green+Blue) = 40+118+130=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #287682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287682 is #D7897D. Grayscale: #5F5F5F. Windows color (decimal): -14125438 or 8549928. OLE color: 8549928.
HSL color Cylindrical-coordinate representation of color #287682: hue angle of 188º 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 #287682 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 118 | 130 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.49 |
| HSL | 188º | 0.53% | 0.33% | - |
| HSV(B) | 188º | 0.69% | 0.51% | - |
| XYZ | 11.38 | 15.02 | 23.42 | - |
| YUV | 96.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 130 | 0.69 | 0.09 | 0 | 0.49 | 188 | 0.53 | 0.33 |
| Hex | 28 | 76 | 82 | 45 | 9 | 0 | 31 | BC | 35 | 21 |
| Octal | 50 | 166 | 202 | 105 | 11 | 0 | 61 | 274 | 65 | 41 |
| Binary | 101000 | 1110110 | 10000010 | 1000101 | 1001 | 0 | 110001 | 10111100 | 110101 | 100001 |
Color Harmonies of #287682
Complementary color
Monochromatic Colors of #287682
Black with #287682
Text Example
Text Example
White with #287682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287682; }
p { color: rgb(40,118,130); }
H1.HeaderClassName
{
color: #287682;
}
.AnyTagClassName
{
color: #287682;
}
</style>
background-color css
<style>
a { background-color: #287682; }
a { background-color: rgb(40,118,130); }
div.DivClassName
{
background-color: #287682;
}
.BgClassName
{
background-color: #287682;
}
</style>
border-color css
<style>
span { border-color: #287682; }
span { border-color: rgb(40,118,130); }
td.TdClassName
{
border-color: #287682;
}
.TagClassName
{
border-color: #287682;
}
</style>