Shades of Atoll #227782
Tints of Atoll #227782
RGB
CMYK
RGB Variations
Color information
#227782 (or 0x227782) is known color: Atoll. HEX triplet: 22, 77 and 82. RGB value is (34,119,130). Sum of RGB (Red+Green+Blue) = 34+119+130=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #227782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227782 is #DD887D. Grayscale: #5E5E5E. Windows color (decimal): -14518398 or 8550178. OLE color: 8550178.
HSL color Cylindrical-coordinate representation of color #227782: hue angle of 186.88º 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 #227782 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 119 | 130 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.49 |
| HSL | 186.88º | 0.59% | 0.32% | - |
| HSV(B) | 186.88º | 0.74% | 0.51% | - |
| XYZ | 11.29 | 15.15 | 23.45 | - |
| YUV | 94.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 119 | 130 | 0.74 | 0.08 | 0 | 0.49 | 186.88 | 0.59 | 0.32 |
| Hex | 22 | 77 | 82 | 4A | 8 | 0 | 31 | BB | 3B | 20 |
| Octal | 42 | 167 | 202 | 112 | 10 | 0 | 61 | 273 | 73 | 40 |
| Binary | 100010 | 1110111 | 10000010 | 1001010 | 1000 | 0 | 110001 | 10111011 | 111011 | 100000 |
Color Harmonies of #227782
Complementary color
Monochromatic Colors of #227782
Black with #227782
Text Example
Text Example
White with #227782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227782; }
p { color: rgb(34,119,130); }
H1.HeaderClassName
{
color: #227782;
}
.AnyTagClassName
{
color: #227782;
}
</style>
background-color css
<style>
a { background-color: #227782; }
a { background-color: rgb(34,119,130); }
div.DivClassName
{
background-color: #227782;
}
.BgClassName
{
background-color: #227782;
}
</style>
border-color css
<style>
span { border-color: #227782; }
span { border-color: rgb(34,119,130); }
td.TdClassName
{
border-color: #227782;
}
.TagClassName
{
border-color: #227782;
}
</style>