Shades of Atoll #227C86
Tints of Atoll #227C86
RGB
CMYK
RGB Variations
Color information
#227C86 (or 0x227C86) is known color: Atoll. HEX triplet: 22, 7C and 86. RGB value is (34,124,134). Sum of RGB (Red+Green+Blue) = 34+124+134=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #227C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227C86 is #DD8379. Grayscale: #626262. Windows color (decimal): -14517114 or 8813602. OLE color: 8813602.
HSL color Cylindrical-coordinate representation of color #227C86: hue angle of 186º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #227C86 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 124 | 134 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.47 |
| HSL | 186º | 0.6% | 0.33% | - |
| HSV(B) | 186º | 0.75% | 0.53% | - |
| XYZ | 12.17 | 16.48 | 25.09 | - |
| YUV | 98.23 | 148.18 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 134 | 0.75 | 0.07 | 0 | 0.47 | 186 | 0.6 | 0.33 |
| Hex | 22 | 7C | 86 | 4B | 7 | 0 | 2F | BA | 3C | 21 |
| Octal | 42 | 174 | 206 | 113 | 7 | 0 | 57 | 272 | 74 | 41 |
| Binary | 100010 | 1111100 | 10000110 | 1001011 | 111 | 0 | 101111 | 10111010 | 111100 | 100001 |
Color Harmonies of #227C86
Complementary color
Monochromatic Colors of #227C86
Black with #227C86
Text Example
Text Example
White with #227C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C86; }
p { color: rgb(34,124,134); }
H1.HeaderClassName
{
color: #227C86;
}
.AnyTagClassName
{
color: #227C86;
}
</style>
background-color css
<style>
a { background-color: #227C86; }
a { background-color: rgb(34,124,134); }
div.DivClassName
{
background-color: #227C86;
}
.BgClassName
{
background-color: #227C86;
}
</style>
border-color css
<style>
span { border-color: #227C86; }
span { border-color: rgb(34,124,134); }
td.TdClassName
{
border-color: #227C86;
}
.TagClassName
{
border-color: #227C86;
}
</style>