Shades of Valhalla #212244
Tints of Valhalla #212244
RGB
CMYK
RGB Variations
Color information
#212244 (or 0x212244) is known color: Valhalla. HEX triplet: 21, 22 and 44. RGB value is (33,34,68). Sum of RGB (Red+Green+Blue) = 33+34+68=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #212244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212244 is #DEDDBB. Grayscale: #252525. Windows color (decimal): -14605756 or 4465185. OLE color: 4465185.
HSL color Cylindrical-coordinate representation of color #212244: hue angle of 238.29º 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 #212244 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 34 | 68 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.73 |
| HSL | 238.29º | 0.35% | 0.2% | - |
| HSV(B) | 238.29º | 0.51% | 0.27% | - |
| XYZ | 2.24 | 1.88 | 5.71 | - |
| YUV | 37.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 68 | 0.51 | 0.50 | 0 | 0.73 | 238.29 | 0.35 | 0.2 |
| Hex | 21 | 22 | 44 | 33 | 32 | 0 | 49 | EE | 23 | 14 |
| Octal | 41 | 42 | 104 | 63 | 62 | 0 | 111 | 356 | 43 | 24 |
| Binary | 100001 | 100010 | 1000100 | 110011 | 110010 | 0 | 1001001 | 11101110 | 100011 | 10100 |
Color Harmonies of #212244
Complementary color
Monochromatic Colors of #212244
Black with #212244
Text Example
Text Example
White with #212244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212244; }
p { color: rgb(33,34,68); }
H1.HeaderClassName
{
color: #212244;
}
.AnyTagClassName
{
color: #212244;
}
</style>
background-color css
<style>
a { background-color: #212244; }
a { background-color: rgb(33,34,68); }
div.DivClassName
{
background-color: #212244;
}
.BgClassName
{
background-color: #212244;
}
</style>
border-color css
<style>
span { border-color: #212244; }
span { border-color: rgb(33,34,68); }
td.TdClassName
{
border-color: #212244;
}
.TagClassName
{
border-color: #212244;
}
</style>