Shades of Valhalla #222646
Tints of Valhalla #222646
RGB
CMYK
RGB Variations
Color information
#222646 (or 0x222646) is known color: Valhalla. HEX triplet: 22, 26 and 46. RGB value is (34,38,70). Sum of RGB (Red+Green+Blue) = 34+38+70=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #222646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222646 is #DDD9B9. Grayscale: #282828. Windows color (decimal): -14539194 or 4597282. OLE color: 4597282.
HSL color Cylindrical-coordinate representation of color #222646: hue angle of 233.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #222646 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 38 | 70 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.73 |
| HSL | 233.33º | 0.35% | 0.2% | - |
| HSV(B) | 233.33º | 0.51% | 0.27% | - |
| XYZ | 2.46 | 2.17 | 6.08 | - |
| YUV | 40.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 70 | 0.51 | 0.46 | 0 | 0.73 | 233.33 | 0.35 | 0.2 |
| Hex | 22 | 26 | 46 | 33 | 2E | 0 | 49 | E9 | 23 | 14 |
| Octal | 42 | 46 | 106 | 63 | 56 | 0 | 111 | 351 | 43 | 24 |
| Binary | 100010 | 100110 | 1000110 | 110011 | 101110 | 0 | 1001001 | 11101001 | 100011 | 10100 |
Color Harmonies of #222646
Complementary color
Monochromatic Colors of #222646
Black with #222646
Text Example
Text Example
White with #222646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222646; }
p { color: rgb(34,38,70); }
H1.HeaderClassName
{
color: #222646;
}
.AnyTagClassName
{
color: #222646;
}
</style>
background-color css
<style>
a { background-color: #222646; }
a { background-color: rgb(34,38,70); }
div.DivClassName
{
background-color: #222646;
}
.BgClassName
{
background-color: #222646;
}
</style>
border-color css
<style>
span { border-color: #222646; }
span { border-color: rgb(34,38,70); }
td.TdClassName
{
border-color: #222646;
}
.TagClassName
{
border-color: #222646;
}
</style>