Shades of Atoll #227B85
Tints of Atoll #227B85
RGB
CMYK
RGB Variations
Color information
#227B85 (or 0x227B85) is known color: Atoll. HEX triplet: 22, 7B and 85. RGB value is (34,123,133). Sum of RGB (Red+Green+Blue) = 34+123+133=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #227B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227B85 is #DD847A. Grayscale: #616161. Windows color (decimal): -14517371 or 8747810. OLE color: 8747810.
HSL color Cylindrical-coordinate representation of color #227B85: hue angle of 186.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 #227B85 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 123 | 133 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.48 |
| HSL | 186.06º | 0.59% | 0.33% | - |
| HSV(B) | 186.06º | 0.74% | 0.52% | - |
| XYZ | 11.98 | 16.2 | 24.69 | - |
| YUV | 97.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 133 | 0.74 | 0.08 | 0 | 0.48 | 186.06 | 0.59 | 0.33 |
| Hex | 22 | 7B | 85 | 4A | 8 | 0 | 30 | BA | 3B | 21 |
| Octal | 42 | 173 | 205 | 112 | 10 | 0 | 60 | 272 | 73 | 41 |
| Binary | 100010 | 1111011 | 10000101 | 1001010 | 1000 | 0 | 110000 | 10111010 | 111011 | 100001 |
Color Harmonies of #227B85
Complementary color
Monochromatic Colors of #227B85
Black with #227B85
Text Example
Text Example
White with #227B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227B85; }
p { color: rgb(34,123,133); }
H1.HeaderClassName
{
color: #227B85;
}
.AnyTagClassName
{
color: #227B85;
}
</style>
background-color css
<style>
a { background-color: #227B85; }
a { background-color: rgb(34,123,133); }
div.DivClassName
{
background-color: #227B85;
}
.BgClassName
{
background-color: #227B85;
}
</style>
border-color css
<style>
span { border-color: #227B85; }
span { border-color: rgb(34,123,133); }
td.TdClassName
{
border-color: #227B85;
}
.TagClassName
{
border-color: #227B85;
}
</style>