Shades of Atoll #288689
Tints of Atoll #288689
RGB
CMYK
RGB Variations
Color information
#288689 (or 0x288689) is known color: Atoll. HEX triplet: 28, 86 and 89. RGB value is (40,134,137). Sum of RGB (Red+Green+Blue) = 40+134+137=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #288689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288689 is #D77976. Grayscale: #6A6A6A. Windows color (decimal): -14121335 or 9012776. OLE color: 9012776.
HSL color Cylindrical-coordinate representation of color #288689: hue angle of 181.86º 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 #288689 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 134 | 137 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.46 |
| HSL | 181.86º | 0.55% | 0.35% | - |
| HSV(B) | 181.86º | 0.71% | 0.54% | - |
| XYZ | 13.92 | 19.31 | 26.66 | - |
| YUV | 106.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 137 | 0.71 | 0.02 | 0 | 0.46 | 181.86 | 0.55 | 0.35 |
| Hex | 28 | 86 | 89 | 47 | 2 | 0 | 2E | B6 | 37 | 23 |
| Octal | 50 | 206 | 211 | 107 | 2 | 0 | 56 | 266 | 67 | 43 |
| Binary | 101000 | 10000110 | 10001001 | 1000111 | 10 | 0 | 101110 | 10110110 | 110111 | 100011 |
Color Harmonies of #288689
Complementary color
Monochromatic Colors of #288689
Black with #288689
Text Example
Text Example
White with #288689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288689; }
p { color: rgb(40,134,137); }
H1.HeaderClassName
{
color: #288689;
}
.AnyTagClassName
{
color: #288689;
}
</style>
background-color css
<style>
a { background-color: #288689; }
a { background-color: rgb(40,134,137); }
div.DivClassName
{
background-color: #288689;
}
.BgClassName
{
background-color: #288689;
}
</style>
border-color css
<style>
span { border-color: #288689; }
span { border-color: rgb(40,134,137); }
td.TdClassName
{
border-color: #288689;
}
.TagClassName
{
border-color: #288689;
}
</style>