Shades of Valhalla #212448
Tints of Valhalla #212448
RGB
CMYK
RGB Variations
Color information
#212448 (or 0x212448) is known color: Valhalla. HEX triplet: 21, 24 and 48. RGB value is (33,36,72). Sum of RGB (Red+Green+Blue) = 33+36+72=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #212448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212448 is #DEDBB7. Grayscale: #272727. Windows color (decimal): -14605240 or 4727841. OLE color: 4727841.
HSL color Cylindrical-coordinate representation of color #212448: hue angle of 235.38º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212448 is Cyan = 0.54, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 36 | 72 | - |
| CMYK | 0.54 | 0.5 | 0 | 0.72 |
| HSL | 235.38º | 0.37% | 0.21% | - |
| HSV(B) | 235.38º | 0.54% | 0.28% | - |
| XYZ | 2.43 | 2.05 | 6.4 | - |
| YUV | 39.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 72 | 0.54 | 0.5 | 0 | 0.72 | 235.38 | 0.37 | 0.21 |
| Hex | 21 | 24 | 48 | 36 | 32 | 0 | 48 | EB | 25 | 15 |
| Octal | 41 | 44 | 110 | 66 | 62 | 0 | 110 | 353 | 45 | 25 |
| Binary | 100001 | 100100 | 1001000 | 110110 | 110010 | 0 | 1001000 | 11101011 | 100101 | 10101 |
Color Harmonies of #212448
Complementary color
Monochromatic Colors of #212448
Black with #212448
Text Example
Text Example
White with #212448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212448; }
p { color: rgb(33,36,72); }
H1.HeaderClassName
{
color: #212448;
}
.AnyTagClassName
{
color: #212448;
}
</style>
background-color css
<style>
a { background-color: #212448; }
a { background-color: rgb(33,36,72); }
div.DivClassName
{
background-color: #212448;
}
.BgClassName
{
background-color: #212448;
}
</style>
border-color css
<style>
span { border-color: #212448; }
span { border-color: rgb(33,36,72); }
td.TdClassName
{
border-color: #212448;
}
.TagClassName
{
border-color: #212448;
}
</style>