Shades of Atoll #226D71
Tints of Atoll #226D71
RGB
CMYK
RGB Variations
Color information
#226D71 (or 0x226D71) is known color: Atoll. HEX triplet: 22, 6D and 71. RGB value is (34,109,113). Sum of RGB (Red+Green+Blue) = 34+109+113=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #226D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226D71 is #DD928E. Grayscale: #565656. Windows color (decimal): -14520975 or 7433506. OLE color: 7433506.
HSL color Cylindrical-coordinate representation of color #226D71: hue angle of 183.04º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #226D71 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 109 | 113 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.56 |
| HSL | 183.04º | 0.54% | 0.29% | - |
| HSV(B) | 183.04º | 0.7% | 0.44% | - |
| XYZ | 9.11 | 12.47 | 17.55 | - |
| YUV | 87.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 113 | 0.70 | 0.04 | 0 | 0.56 | 183.04 | 0.54 | 0.29 |
| Hex | 22 | 6D | 71 | 46 | 4 | 0 | 38 | B7 | 36 | 1D |
| Octal | 42 | 155 | 161 | 106 | 4 | 0 | 70 | 267 | 66 | 35 |
| Binary | 100010 | 1101101 | 1110001 | 1000110 | 100 | 0 | 111000 | 10110111 | 110110 | 11101 |
Color Harmonies of #226D71
Complementary color
Monochromatic Colors of #226D71
Black with #226D71
Text Example
Text Example
White with #226D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226D71; }
p { color: rgb(34,109,113); }
H1.HeaderClassName
{
color: #226D71;
}
.AnyTagClassName
{
color: #226D71;
}
</style>
background-color css
<style>
a { background-color: #226D71; }
a { background-color: rgb(34,109,113); }
div.DivClassName
{
background-color: #226D71;
}
.BgClassName
{
background-color: #226D71;
}
</style>
border-color css
<style>
span { border-color: #226D71; }
span { border-color: rgb(34,109,113); }
td.TdClassName
{
border-color: #226D71;
}
.TagClassName
{
border-color: #226D71;
}
</style>