Shades of Atoll #288388
Tints of Atoll #288388
RGB
CMYK
RGB Variations
Color information
#288388 (or 0x288388) is known color: Atoll. HEX triplet: 28, 83 and 88. RGB value is (40,131,136). Sum of RGB (Red+Green+Blue) = 40+131+136=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #288388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288388 is #D77C77. Grayscale: #686868. Windows color (decimal): -14122104 or 8946472. OLE color: 8946472.
HSL color Cylindrical-coordinate representation of color #288388: hue angle of 183.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288388 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 131 | 136 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.47 |
| HSL | 183.13º | 0.55% | 0.35% | - |
| HSV(B) | 183.13º | 0.71% | 0.53% | - |
| XYZ | 13.44 | 18.46 | 26.15 | - |
| YUV | 104.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 136 | 0.71 | 0.04 | 0 | 0.47 | 183.13 | 0.55 | 0.35 |
| Hex | 28 | 83 | 88 | 47 | 4 | 0 | 2F | B7 | 37 | 23 |
| Octal | 50 | 203 | 210 | 107 | 4 | 0 | 57 | 267 | 67 | 43 |
| Binary | 101000 | 10000011 | 10001000 | 1000111 | 100 | 0 | 101111 | 10110111 | 110111 | 100011 |
Color Harmonies of #288388
Complementary color
Monochromatic Colors of #288388
Black with #288388
Text Example
Text Example
White with #288388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288388; }
p { color: rgb(40,131,136); }
H1.HeaderClassName
{
color: #288388;
}
.AnyTagClassName
{
color: #288388;
}
</style>
background-color css
<style>
a { background-color: #288388; }
a { background-color: rgb(40,131,136); }
div.DivClassName
{
background-color: #288388;
}
.BgClassName
{
background-color: #288388;
}
</style>
border-color css
<style>
span { border-color: #288388; }
span { border-color: rgb(40,131,136); }
td.TdClassName
{
border-color: #288388;
}
.TagClassName
{
border-color: #288388;
}
</style>