Shades of Allports #227191
Tints of Allports #227191
RGB
CMYK
RGB Variations
Color information
#227191 (or 0x227191) is known color: Allports. HEX triplet: 22, 71 and 91. RGB value is (34,113,145). Sum of RGB (Red+Green+Blue) = 34+113+145=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #227191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227191 is #DD8E6E. Grayscale: #5C5C5C. Windows color (decimal): -14519919 or 9531682. OLE color: 9531682.
HSL color Cylindrical-coordinate representation of color #227191: hue angle of 197.3º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #227191 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 113 | 145 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.43 |
| HSL | 197.3º | 0.62% | 0.35% | - |
| HSV(B) | 197.3º | 0.77% | 0.57% | - |
| XYZ | 11.68 | 14.19 | 28.91 | - |
| YUV | 93.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 113 | 145 | 0.77 | 0.22 | 0 | 0.43 | 197.3 | 0.62 | 0.35 |
| Hex | 22 | 71 | 91 | 4D | 16 | 0 | 2B | C5 | 3E | 23 |
| Octal | 42 | 161 | 221 | 115 | 26 | 0 | 53 | 305 | 76 | 43 |
| Binary | 100010 | 1110001 | 10010001 | 1001101 | 10110 | 0 | 101011 | 11000101 | 111110 | 100011 |
Color Harmonies of #227191
Complementary color
Monochromatic Colors of #227191
Black with #227191
Text Example
Text Example
White with #227191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227191; }
p { color: rgb(34,113,145); }
H1.HeaderClassName
{
color: #227191;
}
.AnyTagClassName
{
color: #227191;
}
</style>
background-color css
<style>
a { background-color: #227191; }
a { background-color: rgb(34,113,145); }
div.DivClassName
{
background-color: #227191;
}
.BgClassName
{
background-color: #227191;
}
</style>
border-color css
<style>
span { border-color: #227191; }
span { border-color: rgb(34,113,145); }
td.TdClassName
{
border-color: #227191;
}
.TagClassName
{
border-color: #227191;
}
</style>