Shades of Valhalla #222541
Tints of Valhalla #222541
RGB
CMYK
RGB Variations
Color information
#222541 (or 0x222541) is known color: Valhalla. HEX triplet: 22, 25 and 41. RGB value is (34,37,65). Sum of RGB (Red+Green+Blue) = 34+37+65=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #222541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222541 is #DDDABE. Grayscale: #272727. Windows color (decimal): -14539455 or 4269346. OLE color: 4269346.
HSL color Cylindrical-coordinate representation of color #222541: hue angle of 234.19º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #222541 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 37 | 65 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.75 |
| HSL | 234.19º | 0.31% | 0.19% | - |
| HSV(B) | 234.19º | 0.48% | 0.25% | - |
| XYZ | 2.28 | 2.04 | 5.28 | - |
| YUV | 39.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 65 | 0.48 | 0.43 | 0 | 0.75 | 234.19 | 0.31 | 0.19 |
| Hex | 22 | 25 | 41 | 30 | 2B | 0 | 4B | EA | 1F | 13 |
| Octal | 42 | 45 | 101 | 60 | 53 | 0 | 113 | 352 | 37 | 23 |
| Binary | 100010 | 100101 | 1000001 | 110000 | 101011 | 0 | 1001011 | 11101010 | 11111 | 10011 |
Color Harmonies of #222541
Complementary color
Monochromatic Colors of #222541
Black with #222541
Text Example
Text Example
White with #222541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222541; }
p { color: rgb(34,37,65); }
H1.HeaderClassName
{
color: #222541;
}
.AnyTagClassName
{
color: #222541;
}
</style>
background-color css
<style>
a { background-color: #222541; }
a { background-color: rgb(34,37,65); }
div.DivClassName
{
background-color: #222541;
}
.BgClassName
{
background-color: #222541;
}
</style>
border-color css
<style>
span { border-color: #222541; }
span { border-color: rgb(34,37,65); }
td.TdClassName
{
border-color: #222541;
}
.TagClassName
{
border-color: #222541;
}
</style>