Shades of Atoll #227F84
Tints of Atoll #227F84
RGB
CMYK
RGB Variations
Color information
#227F84 (or 0x227F84) is known color: Atoll. HEX triplet: 22, 7F and 84. RGB value is (34,127,132). Sum of RGB (Red+Green+Blue) = 34+127+132=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #227F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227F84 is #DD807B. Grayscale: #636363. Windows color (decimal): -14516348 or 8683298. OLE color: 8683298.
HSL color Cylindrical-coordinate representation of color #227F84: hue angle of 183.06º 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 #227F84 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 127 | 132 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.48 |
| HSL | 183.06º | 0.59% | 0.33% | - |
| HSV(B) | 183.06º | 0.74% | 0.52% | - |
| XYZ | 12.41 | 17.18 | 24.49 | - |
| YUV | 99.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 132 | 0.74 | 0.04 | 0 | 0.48 | 183.06 | 0.59 | 0.33 |
| Hex | 22 | 7F | 84 | 4A | 4 | 0 | 30 | B7 | 3B | 21 |
| Octal | 42 | 177 | 204 | 112 | 4 | 0 | 60 | 267 | 73 | 41 |
| Binary | 100010 | 1111111 | 10000100 | 1001010 | 100 | 0 | 110000 | 10110111 | 111011 | 100001 |
Color Harmonies of #227F84
Complementary color
Monochromatic Colors of #227F84
Black with #227F84
Text Example
Text Example
White with #227F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F84; }
p { color: rgb(34,127,132); }
H1.HeaderClassName
{
color: #227F84;
}
.AnyTagClassName
{
color: #227F84;
}
</style>
background-color css
<style>
a { background-color: #227F84; }
a { background-color: rgb(34,127,132); }
div.DivClassName
{
background-color: #227F84;
}
.BgClassName
{
background-color: #227F84;
}
</style>
border-color css
<style>
span { border-color: #227F84; }
span { border-color: rgb(34,127,132); }
td.TdClassName
{
border-color: #227F84;
}
.TagClassName
{
border-color: #227F84;
}
</style>