Shades of Atoll #227882
Tints of Atoll #227882
RGB
CMYK
RGB Variations
Color information
#227882 (or 0x227882) is known color: Atoll. HEX triplet: 22, 78 and 82. RGB value is (34,120,130). Sum of RGB (Red+Green+Blue) = 34+120+130=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #227882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227882 is #DD877D. Grayscale: #5F5F5F. Windows color (decimal): -14518142 or 8550434. OLE color: 8550434.
HSL color Cylindrical-coordinate representation of color #227882: hue angle of 186.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #227882 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 120 | 130 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.49 |
| HSL | 186.25º | 0.59% | 0.32% | - |
| HSV(B) | 186.25º | 0.74% | 0.51% | - |
| XYZ | 11.41 | 15.38 | 23.49 | - |
| YUV | 95.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 120 | 130 | 0.74 | 0.08 | 0 | 0.49 | 186.25 | 0.59 | 0.32 |
| Hex | 22 | 78 | 82 | 4A | 8 | 0 | 31 | BA | 3B | 20 |
| Octal | 42 | 170 | 202 | 112 | 10 | 0 | 61 | 272 | 73 | 40 |
| Binary | 100010 | 1111000 | 10000010 | 1001010 | 1000 | 0 | 110001 | 10111010 | 111011 | 100000 |
Color Harmonies of #227882
Complementary color
Monochromatic Colors of #227882
Black with #227882
Text Example
Text Example
White with #227882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227882; }
p { color: rgb(34,120,130); }
H1.HeaderClassName
{
color: #227882;
}
.AnyTagClassName
{
color: #227882;
}
</style>
background-color css
<style>
a { background-color: #227882; }
a { background-color: rgb(34,120,130); }
div.DivClassName
{
background-color: #227882;
}
.BgClassName
{
background-color: #227882;
}
</style>
border-color css
<style>
span { border-color: #227882; }
span { border-color: rgb(34,120,130); }
td.TdClassName
{
border-color: #227882;
}
.TagClassName
{
border-color: #227882;
}
</style>