Shades of Atoll #228588
Tints of Atoll #228588
RGB
CMYK
RGB Variations
Color information
#228588 (or 0x228588) is known color: Atoll. HEX triplet: 22, 85 and 88. RGB value is (34,133,136). Sum of RGB (Red+Green+Blue) = 34+133+136=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #228588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228588 is #DD7A77. Grayscale: #676767. Windows color (decimal): -14514808 or 8946978. OLE color: 8946978.
HSL color Cylindrical-coordinate representation of color #228588: hue angle of 181.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228588 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 133 | 136 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.47 |
| HSL | 181.76º | 0.6% | 0.33% | - |
| HSV(B) | 181.76º | 0.75% | 0.53% | - |
| XYZ | 13.49 | 18.89 | 26.23 | - |
| YUV | 103.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 136 | 0.75 | 0.02 | 0 | 0.47 | 181.76 | 0.6 | 0.33 |
| Hex | 22 | 85 | 88 | 4B | 2 | 0 | 2F | B6 | 3C | 21 |
| Octal | 42 | 205 | 210 | 113 | 2 | 0 | 57 | 266 | 74 | 41 |
| Binary | 100010 | 10000101 | 10001000 | 1001011 | 10 | 0 | 101111 | 10110110 | 111100 | 100001 |
Color Harmonies of #228588
Complementary color
Monochromatic Colors of #228588
Black with #228588
Text Example
Text Example
White with #228588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228588; }
p { color: rgb(34,133,136); }
H1.HeaderClassName
{
color: #228588;
}
.AnyTagClassName
{
color: #228588;
}
</style>
background-color css
<style>
a { background-color: #228588; }
a { background-color: rgb(34,133,136); }
div.DivClassName
{
background-color: #228588;
}
.BgClassName
{
background-color: #228588;
}
</style>
border-color css
<style>
span { border-color: #228588; }
span { border-color: rgb(34,133,136); }
td.TdClassName
{
border-color: #228588;
}
.TagClassName
{
border-color: #228588;
}
</style>