Shades of Allports #227A92
Tints of Allports #227A92
RGB
CMYK
RGB Variations
Color information
#227A92 (or 0x227A92) is known color: Allports. HEX triplet: 22, 7A and 92. RGB value is (34,122,146). Sum of RGB (Red+Green+Blue) = 34+122+146=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #227A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227A92 is #DD856D. Grayscale: #626262. Windows color (decimal): -14517614 or 9599522. OLE color: 9599522.
HSL color Cylindrical-coordinate representation of color #227A92: hue angle of 192.86º 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 #227A92 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 122 | 146 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.43 |
| HSL | 192.86º | 0.62% | 0.35% | - |
| HSV(B) | 192.86º | 0.77% | 0.57% | - |
| XYZ | 12.81 | 16.33 | 29.67 | - |
| YUV | 98.42 | 154.85 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 146 | 0.77 | 0.16 | 0 | 0.43 | 192.86 | 0.62 | 0.35 |
| Hex | 22 | 7A | 92 | 4D | 10 | 0 | 2B | C1 | 3E | 23 |
| Octal | 42 | 172 | 222 | 115 | 20 | 0 | 53 | 301 | 76 | 43 |
| Binary | 100010 | 1111010 | 10010010 | 1001101 | 10000 | 0 | 101011 | 11000001 | 111110 | 100011 |
Color Harmonies of #227A92
Complementary color
Monochromatic Colors of #227A92
Black with #227A92
Text Example
Text Example
White with #227A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A92; }
p { color: rgb(34,122,146); }
H1.HeaderClassName
{
color: #227A92;
}
.AnyTagClassName
{
color: #227A92;
}
</style>
background-color css
<style>
a { background-color: #227A92; }
a { background-color: rgb(34,122,146); }
div.DivClassName
{
background-color: #227A92;
}
.BgClassName
{
background-color: #227A92;
}
</style>
border-color css
<style>
span { border-color: #227A92; }
span { border-color: rgb(34,122,146); }
td.TdClassName
{
border-color: #227A92;
}
.TagClassName
{
border-color: #227A92;
}
</style>