Shades of Atoll #288784
Tints of Atoll #288784
RGB
CMYK
RGB Variations
Color information
#288784 (or 0x288784) is known color: Atoll. HEX triplet: 28, 87 and 84. RGB value is (40,135,132). Sum of RGB (Red+Green+Blue) = 40+135+132=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #288784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288784 is #D7787B. Grayscale: #6A6A6A. Windows color (decimal): -14121084 or 8685352. OLE color: 8685352.
HSL color Cylindrical-coordinate representation of color #288784: hue angle of 178.11º 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 #288784 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 132 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.47 |
| HSL | 178.11º | 0.54% | 0.34% | - |
| HSV(B) | 178.11º | 0.7% | 0.53% | - |
| XYZ | 13.7 | 19.45 | 24.86 | - |
| YUV | 106.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 132 | 0.70 | 0 | 0.02 | 0.47 | 178.11 | 0.54 | 0.34 |
| Hex | 28 | 87 | 84 | 46 | 0 | 2 | 2F | B2 | 36 | 22 |
| Octal | 50 | 207 | 204 | 106 | 0 | 2 | 57 | 262 | 66 | 42 |
| Binary | 101000 | 10000111 | 10000100 | 1000110 | 0 | 10 | 101111 | 10110010 | 110110 | 100010 |
Color Harmonies of #288784
Complementary color
Monochromatic Colors of #288784
Black with #288784
Text Example
Text Example
White with #288784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288784; }
p { color: rgb(40,135,132); }
H1.HeaderClassName
{
color: #288784;
}
.AnyTagClassName
{
color: #288784;
}
</style>
background-color css
<style>
a { background-color: #288784; }
a { background-color: rgb(40,135,132); }
div.DivClassName
{
background-color: #288784;
}
.BgClassName
{
background-color: #288784;
}
</style>
border-color css
<style>
span { border-color: #288784; }
span { border-color: rgb(40,135,132); }
td.TdClassName
{
border-color: #288784;
}
.TagClassName
{
border-color: #288784;
}
</style>