Shades of Valhalla #2F3047
Tints of Valhalla #2F3047
RGB
CMYK
RGB Variations
Color information
#2F3047 (or 0x2F3047) is known color: Valhalla. HEX triplet: 2F, 30 and 47. RGB value is (47,48,71). Sum of RGB (Red+Green+Blue) = 47+48+71=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F3047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3047 is #D0CFB8. Grayscale: #323232. Windows color (decimal): -13684665 or 4665391. OLE color: 4665391.
HSL color Cylindrical-coordinate representation of color #2F3047: hue angle of 237.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F3047 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 48 | 71 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.72 |
| HSL | 237.5º | 0.2% | 0.23% | - |
| HSV(B) | 237.5º | 0.34% | 0.28% | - |
| XYZ | 3.37 | 3.17 | 6.4 | - |
| YUV | 50.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 71 | 0.34 | 0.32 | 0 | 0.72 | 237.5 | 0.2 | 0.23 |
| Hex | 2F | 30 | 47 | 22 | 20 | 0 | 48 | EE | 14 | 17 |
| Octal | 57 | 60 | 107 | 42 | 40 | 0 | 110 | 356 | 24 | 27 |
| Binary | 101111 | 110000 | 1000111 | 100010 | 100000 | 0 | 1001000 | 11101110 | 10100 | 10111 |
Color Harmonies of #2F3047
Complementary color
Monochromatic Colors of #2F3047
Black with #2F3047
Text Example
Text Example
White with #2F3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3047; }
p { color: rgb(47,48,71); }
H1.HeaderClassName
{
color: #2F3047;
}
.AnyTagClassName
{
color: #2F3047;
}
</style>
background-color css
<style>
a { background-color: #2F3047; }
a { background-color: rgb(47,48,71); }
div.DivClassName
{
background-color: #2F3047;
}
.BgClassName
{
background-color: #2F3047;
}
</style>
border-color css
<style>
span { border-color: #2F3047; }
span { border-color: rgb(47,48,71); }
td.TdClassName
{
border-color: #2F3047;
}
.TagClassName
{
border-color: #2F3047;
}
</style>