Shades of Atoll #227D85
Tints of Atoll #227D85
RGB
CMYK
RGB Variations
Color information
#227D85 (or 0x227D85) is known color: Atoll. HEX triplet: 22, 7D and 85. RGB value is (34,125,133). Sum of RGB (Red+Green+Blue) = 34+125+133=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #227D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227D85 is #DD827A. Grayscale: #626262. Windows color (decimal): -14516859 or 8748322. OLE color: 8748322.
HSL color Cylindrical-coordinate representation of color #227D85: hue angle of 184.85º 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 #227D85 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 125 | 133 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.48 |
| HSL | 184.85º | 0.59% | 0.33% | - |
| HSV(B) | 184.85º | 0.74% | 0.52% | - |
| XYZ | 12.23 | 16.7 | 24.77 | - |
| YUV | 98.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 133 | 0.74 | 0.06 | 0 | 0.48 | 184.85 | 0.59 | 0.33 |
| Hex | 22 | 7D | 85 | 4A | 6 | 0 | 30 | B9 | 3B | 21 |
| Octal | 42 | 175 | 205 | 112 | 6 | 0 | 60 | 271 | 73 | 41 |
| Binary | 100010 | 1111101 | 10000101 | 1001010 | 110 | 0 | 110000 | 10111001 | 111011 | 100001 |
Color Harmonies of #227D85
Complementary color
Monochromatic Colors of #227D85
Black with #227D85
Text Example
Text Example
White with #227D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D85; }
p { color: rgb(34,125,133); }
H1.HeaderClassName
{
color: #227D85;
}
.AnyTagClassName
{
color: #227D85;
}
</style>
background-color css
<style>
a { background-color: #227D85; }
a { background-color: rgb(34,125,133); }
div.DivClassName
{
background-color: #227D85;
}
.BgClassName
{
background-color: #227D85;
}
</style>
border-color css
<style>
span { border-color: #227D85; }
span { border-color: rgb(34,125,133); }
td.TdClassName
{
border-color: #227D85;
}
.TagClassName
{
border-color: #227D85;
}
</style>