Shades of Atoll #227884
Tints of Atoll #227884
RGB
CMYK
RGB Variations
Color information
#227884 (or 0x227884) is known color: Atoll. HEX triplet: 22, 78 and 84. RGB value is (34,120,132). Sum of RGB (Red+Green+Blue) = 34+120+132=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #227884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227884 is #DD877B. Grayscale: #5F5F5F. Windows color (decimal): -14518140 or 8681506. OLE color: 8681506.
HSL color Cylindrical-coordinate representation of color #227884: hue angle of 187.35º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #227884 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 120 | 132 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.48 |
| HSL | 187.35º | 0.59% | 0.33% | - |
| HSV(B) | 187.35º | 0.74% | 0.52% | - |
| XYZ | 11.54 | 15.44 | 24.2 | - |
| YUV | 95.65 | 148.51 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 120 | 132 | 0.74 | 0.09 | 0 | 0.48 | 187.35 | 0.59 | 0.33 |
| Hex | 22 | 78 | 84 | 4A | 9 | 0 | 30 | BB | 3B | 21 |
| Octal | 42 | 170 | 204 | 112 | 11 | 0 | 60 | 273 | 73 | 41 |
| Binary | 100010 | 1111000 | 10000100 | 1001010 | 1001 | 0 | 110000 | 10111011 | 111011 | 100001 |
Color Harmonies of #227884
Complementary color
Monochromatic Colors of #227884
Black with #227884
Text Example
Text Example
White with #227884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227884; }
p { color: rgb(34,120,132); }
H1.HeaderClassName
{
color: #227884;
}
.AnyTagClassName
{
color: #227884;
}
</style>
background-color css
<style>
a { background-color: #227884; }
a { background-color: rgb(34,120,132); }
div.DivClassName
{
background-color: #227884;
}
.BgClassName
{
background-color: #227884;
}
</style>
border-color css
<style>
span { border-color: #227884; }
span { border-color: rgb(34,120,132); }
td.TdClassName
{
border-color: #227884;
}
.TagClassName
{
border-color: #227884;
}
</style>