Shades of Valhalla #212442
Tints of Valhalla #212442
RGB
CMYK
RGB Variations
Color information
#212442 (or 0x212442) is known color: Valhalla. HEX triplet: 21, 24 and 42. RGB value is (33,36,66). Sum of RGB (Red+Green+Blue) = 33+36+66=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #212442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212442 is #DEDBBD. Grayscale: #262626. Windows color (decimal): -14605246 or 4334625. OLE color: 4334625.
HSL color Cylindrical-coordinate representation of color #212442: hue angle of 234.55º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212442 is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 36 | 66 | - |
| CMYK | 0.5 | 0.45 | 0 | 0.74 |
| HSL | 234.55º | 0.33% | 0.19% | - |
| HSV(B) | 234.55º | 0.5% | 0.26% | - |
| XYZ | 2.24 | 1.98 | 5.42 | - |
| YUV | 38.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 66 | 0.5 | 0.45 | 0 | 0.74 | 234.55 | 0.33 | 0.19 |
| Hex | 21 | 24 | 42 | 32 | 2D | 0 | 4A | EB | 21 | 13 |
| Octal | 41 | 44 | 102 | 62 | 55 | 0 | 112 | 353 | 41 | 23 |
| Binary | 100001 | 100100 | 1000010 | 110010 | 101101 | 0 | 1001010 | 11101011 | 100001 | 10011 |
Color Harmonies of #212442
Complementary color
Monochromatic Colors of #212442
Black with #212442
Text Example
Text Example
White with #212442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212442; }
p { color: rgb(33,36,66); }
H1.HeaderClassName
{
color: #212442;
}
.AnyTagClassName
{
color: #212442;
}
</style>
background-color css
<style>
a { background-color: #212442; }
a { background-color: rgb(33,36,66); }
div.DivClassName
{
background-color: #212442;
}
.BgClassName
{
background-color: #212442;
}
</style>
border-color css
<style>
span { border-color: #212442; }
span { border-color: rgb(33,36,66); }
td.TdClassName
{
border-color: #212442;
}
.TagClassName
{
border-color: #212442;
}
</style>