Shades of Valhalla #222447
Tints of Valhalla #222447
RGB
CMYK
RGB Variations
Color information
#222447 (or 0x222447) is known color: Valhalla. HEX triplet: 22, 24 and 47. RGB value is (34,36,71). Sum of RGB (Red+Green+Blue) = 34+36+71=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #222447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222447 is #DDDBB8. Grayscale: #272727. Windows color (decimal): -14539705 or 4662306. OLE color: 4662306.
HSL color Cylindrical-coordinate representation of color #222447: hue angle of 236.76º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #222447 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 36 | 71 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.72 |
| HSL | 236.76º | 0.35% | 0.21% | - |
| HSV(B) | 236.76º | 0.52% | 0.28% | - |
| XYZ | 2.43 | 2.06 | 6.23 | - |
| YUV | 39.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 71 | 0.52 | 0.49 | 0 | 0.72 | 236.76 | 0.35 | 0.21 |
| Hex | 22 | 24 | 47 | 34 | 31 | 0 | 48 | ED | 23 | 15 |
| Octal | 42 | 44 | 107 | 64 | 61 | 0 | 110 | 355 | 43 | 25 |
| Binary | 100010 | 100100 | 1000111 | 110100 | 110001 | 0 | 1001000 | 11101101 | 100011 | 10101 |
Color Harmonies of #222447
Complementary color
Monochromatic Colors of #222447
Black with #222447
Text Example
Text Example
White with #222447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222447; }
p { color: rgb(34,36,71); }
H1.HeaderClassName
{
color: #222447;
}
.AnyTagClassName
{
color: #222447;
}
</style>
background-color css
<style>
a { background-color: #222447; }
a { background-color: rgb(34,36,71); }
div.DivClassName
{
background-color: #222447;
}
.BgClassName
{
background-color: #222447;
}
</style>
border-color css
<style>
span { border-color: #222447; }
span { border-color: rgb(34,36,71); }
td.TdClassName
{
border-color: #222447;
}
.TagClassName
{
border-color: #222447;
}
</style>