Shades of Valhalla #212347
Tints of Valhalla #212347
RGB
CMYK
RGB Variations
Color information
#212347 (or 0x212347) is known color: Valhalla. HEX triplet: 21, 23 and 47. RGB value is (33,35,71). Sum of RGB (Red+Green+Blue) = 33+35+71=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #212347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212347 is #DEDCB8. Grayscale: #262626. Windows color (decimal): -14605497 or 4662049. OLE color: 4662049.
HSL color Cylindrical-coordinate representation of color #212347: hue angle of 236.84º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212347 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 35 | 71 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.72 |
| HSL | 236.84º | 0.37% | 0.2% | - |
| HSV(B) | 236.84º | 0.54% | 0.28% | - |
| XYZ | 2.37 | 1.98 | 6.22 | - |
| YUV | 38.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 71 | 0.54 | 0.51 | 0 | 0.72 | 236.84 | 0.37 | 0.2 |
| Hex | 21 | 23 | 47 | 36 | 33 | 0 | 48 | ED | 25 | 14 |
| Octal | 41 | 43 | 107 | 66 | 63 | 0 | 110 | 355 | 45 | 24 |
| Binary | 100001 | 100011 | 1000111 | 110110 | 110011 | 0 | 1001000 | 11101101 | 100101 | 10100 |
Color Harmonies of #212347
Complementary color
Monochromatic Colors of #212347
Black with #212347
Text Example
Text Example
White with #212347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212347; }
p { color: rgb(33,35,71); }
H1.HeaderClassName
{
color: #212347;
}
.AnyTagClassName
{
color: #212347;
}
</style>
background-color css
<style>
a { background-color: #212347; }
a { background-color: rgb(33,35,71); }
div.DivClassName
{
background-color: #212347;
}
.BgClassName
{
background-color: #212347;
}
</style>
border-color css
<style>
span { border-color: #212347; }
span { border-color: rgb(33,35,71); }
td.TdClassName
{
border-color: #212347;
}
.TagClassName
{
border-color: #212347;
}
</style>