Shades of Atoll #288387
Tints of Atoll #288387
RGB
CMYK
RGB Variations
Color information
#288387 (or 0x288387) is known color: Atoll. HEX triplet: 28, 83 and 87. RGB value is (40,131,135). Sum of RGB (Red+Green+Blue) = 40+131+135=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #288387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288387 is #D77C78. Grayscale: #686868. Windows color (decimal): -14122105 or 8880936. OLE color: 8880936.
HSL color Cylindrical-coordinate representation of color #288387: hue angle of 182.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288387 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 131 | 135 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.47 |
| HSL | 182.53º | 0.54% | 0.34% | - |
| HSV(B) | 182.53º | 0.7% | 0.53% | - |
| XYZ | 13.36 | 18.43 | 25.78 | - |
| YUV | 104.25 | 145.35 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 135 | 0.70 | 0.03 | 0 | 0.47 | 182.53 | 0.54 | 0.34 |
| Hex | 28 | 83 | 87 | 46 | 3 | 0 | 2F | B7 | 36 | 22 |
| Octal | 50 | 203 | 207 | 106 | 3 | 0 | 57 | 267 | 66 | 42 |
| Binary | 101000 | 10000011 | 10000111 | 1000110 | 11 | 0 | 101111 | 10110111 | 110110 | 100010 |
Color Harmonies of #288387
Complementary color
Monochromatic Colors of #288387
Black with #288387
Text Example
Text Example
White with #288387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288387; }
p { color: rgb(40,131,135); }
H1.HeaderClassName
{
color: #288387;
}
.AnyTagClassName
{
color: #288387;
}
</style>
background-color css
<style>
a { background-color: #288387; }
a { background-color: rgb(40,131,135); }
div.DivClassName
{
background-color: #288387;
}
.BgClassName
{
background-color: #288387;
}
</style>
border-color css
<style>
span { border-color: #288387; }
span { border-color: rgb(40,131,135); }
td.TdClassName
{
border-color: #288387;
}
.TagClassName
{
border-color: #288387;
}
</style>