Shades of Allports #227A8A
Tints of Allports #227A8A
RGB
CMYK
RGB Variations
Color information
#227A8A (or 0x227A8A) is known color: Allports. HEX triplet: 22, 7A and 8A. RGB value is (34,122,138). Sum of RGB (Red+Green+Blue) = 34+122+138=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #227A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227A8A is #DD8575. Grayscale: #616161. Windows color (decimal): -14517622 or 9075234. OLE color: 9075234.
HSL color Cylindrical-coordinate representation of color #227A8A: hue angle of 189.23º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #227A8A is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 122 | 138 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.46 |
| HSL | 189.23º | 0.6% | 0.34% | - |
| HSV(B) | 189.23º | 0.75% | 0.54% | - |
| XYZ | 12.21 | 16.09 | 26.51 | - |
| YUV | 97.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 138 | 0.75 | 0.12 | 0 | 0.46 | 189.23 | 0.6 | 0.34 |
| Hex | 22 | 7A | 8A | 4B | C | 0 | 2E | BD | 3C | 22 |
| Octal | 42 | 172 | 212 | 113 | 14 | 0 | 56 | 275 | 74 | 42 |
| Binary | 100010 | 1111010 | 10001010 | 1001011 | 1100 | 0 | 101110 | 10111101 | 111100 | 100010 |
Color Harmonies of #227A8A
Complementary color
Monochromatic Colors of #227A8A
Black with #227A8A
Text Example
Text Example
White with #227A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A8A; }
p { color: rgb(34,122,138); }
H1.HeaderClassName
{
color: #227A8A;
}
.AnyTagClassName
{
color: #227A8A;
}
</style>
background-color css
<style>
a { background-color: #227A8A; }
a { background-color: rgb(34,122,138); }
div.DivClassName
{
background-color: #227A8A;
}
.BgClassName
{
background-color: #227A8A;
}
</style>
border-color css
<style>
span { border-color: #227A8A; }
span { border-color: rgb(34,122,138); }
td.TdClassName
{
border-color: #227A8A;
}
.TagClassName
{
border-color: #227A8A;
}
</style>