Shades of Valhalla #212547
Tints of Valhalla #212547
RGB
CMYK
RGB Variations
Color information
#212547 (or 0x212547) is known color: Valhalla. HEX triplet: 21, 25 and 47. RGB value is (33,37,71). Sum of RGB (Red+Green+Blue) = 33+37+71=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #212547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212547 is #DEDAB8. Grayscale: #272727. Windows color (decimal): -14604985 or 4662561. OLE color: 4662561.
HSL color Cylindrical-coordinate representation of color #212547: hue angle of 233.68º 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 #212547 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 37 | 71 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.72 |
| HSL | 233.68º | 0.37% | 0.2% | - |
| HSV(B) | 233.68º | 0.54% | 0.28% | - |
| XYZ | 2.43 | 2.1 | 6.24 | - |
| YUV | 39.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 71 | 0.54 | 0.48 | 0 | 0.72 | 233.68 | 0.37 | 0.2 |
| Hex | 21 | 25 | 47 | 36 | 30 | 0 | 48 | EA | 25 | 14 |
| Octal | 41 | 45 | 107 | 66 | 60 | 0 | 110 | 352 | 45 | 24 |
| Binary | 100001 | 100101 | 1000111 | 110110 | 110000 | 0 | 1001000 | 11101010 | 100101 | 10100 |
Color Harmonies of #212547
Complementary color
Monochromatic Colors of #212547
Black with #212547
Text Example
Text Example
White with #212547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212547; }
p { color: rgb(33,37,71); }
H1.HeaderClassName
{
color: #212547;
}
.AnyTagClassName
{
color: #212547;
}
</style>
background-color css
<style>
a { background-color: #212547; }
a { background-color: rgb(33,37,71); }
div.DivClassName
{
background-color: #212547;
}
.BgClassName
{
background-color: #212547;
}
</style>
border-color css
<style>
span { border-color: #212547; }
span { border-color: rgb(33,37,71); }
td.TdClassName
{
border-color: #212547;
}
.TagClassName
{
border-color: #212547;
}
</style>