Shades of Valhalla #2F3245
Tints of Valhalla #2F3245
RGB
CMYK
RGB Variations
Color information
#2F3245 (or 0x2F3245) is known color: Valhalla. HEX triplet: 2F, 32 and 45. RGB value is (47,50,69). Sum of RGB (Red+Green+Blue) = 47+50+69=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 69 - color contains mainly: blue. Hex color #2F3245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3245 is #D0CDBA. Grayscale: #333333. Windows color (decimal): -13684155 or 4534831. OLE color: 4534831.
HSL color Cylindrical-coordinate representation of color #2F3245: hue angle of 231.82º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F3245 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 50 | 69 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.73 |
| HSL | 231.82º | 0.19% | 0.23% | - |
| HSV(B) | 231.82º | 0.32% | 0.27% | - |
| XYZ | 3.39 | 3.32 | 6.09 | - |
| YUV | 51.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 69 | 0.32 | 0.28 | 0 | 0.73 | 231.82 | 0.19 | 0.23 |
| Hex | 2F | 32 | 45 | 20 | 1C | 0 | 49 | E8 | 13 | 17 |
| Octal | 57 | 62 | 105 | 40 | 34 | 0 | 111 | 350 | 23 | 27 |
| Binary | 101111 | 110010 | 1000101 | 100000 | 11100 | 0 | 1001001 | 11101000 | 10011 | 10111 |
Color Harmonies of #2F3245
Complementary color
Monochromatic Colors of #2F3245
Black with #2F3245
Text Example
Text Example
White with #2F3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3245; }
p { color: rgb(47,50,69); }
H1.HeaderClassName
{
color: #2F3245;
}
.AnyTagClassName
{
color: #2F3245;
}
</style>
background-color css
<style>
a { background-color: #2F3245; }
a { background-color: rgb(47,50,69); }
div.DivClassName
{
background-color: #2F3245;
}
.BgClassName
{
background-color: #2F3245;
}
</style>
border-color css
<style>
span { border-color: #2F3245; }
span { border-color: rgb(47,50,69); }
td.TdClassName
{
border-color: #2F3245;
}
.TagClassName
{
border-color: #2F3245;
}
</style>