Shades of Atoll #288389
Tints of Atoll #288389
RGB
CMYK
RGB Variations
Color information
#288389 (or 0x288389) is known color: Atoll. HEX triplet: 28, 83 and 89. RGB value is (40,131,137). Sum of RGB (Red+Green+Blue) = 40+131+137=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #288389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288389 is #D77C76. Grayscale: #686868. Windows color (decimal): -14122103 or 9012008. OLE color: 9012008.
HSL color Cylindrical-coordinate representation of color #288389: hue angle of 183.71º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288389 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 131 | 137 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.46 |
| HSL | 183.71º | 0.55% | 0.35% | - |
| HSV(B) | 183.71º | 0.71% | 0.54% | - |
| XYZ | 13.51 | 18.49 | 26.52 | - |
| YUV | 104.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 137 | 0.71 | 0.04 | 0 | 0.46 | 183.71 | 0.55 | 0.35 |
| Hex | 28 | 83 | 89 | 47 | 4 | 0 | 2E | B8 | 37 | 23 |
| Octal | 50 | 203 | 211 | 107 | 4 | 0 | 56 | 270 | 67 | 43 |
| Binary | 101000 | 10000011 | 10001001 | 1000111 | 100 | 0 | 101110 | 10111000 | 110111 | 100011 |
Color Harmonies of #288389
Complementary color
Monochromatic Colors of #288389
Black with #288389
Text Example
Text Example
White with #288389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288389; }
p { color: rgb(40,131,137); }
H1.HeaderClassName
{
color: #288389;
}
.AnyTagClassName
{
color: #288389;
}
</style>
background-color css
<style>
a { background-color: #288389; }
a { background-color: rgb(40,131,137); }
div.DivClassName
{
background-color: #288389;
}
.BgClassName
{
background-color: #288389;
}
</style>
border-color css
<style>
span { border-color: #288389; }
span { border-color: rgb(40,131,137); }
td.TdClassName
{
border-color: #288389;
}
.TagClassName
{
border-color: #288389;
}
</style>