Shades of Valhalla #232347
Tints of Valhalla #232347
RGB
CMYK
RGB Variations
Color information
#232347 (or 0x232347) is known color: Valhalla. HEX triplet: 23, 23 and 47. RGB value is (35,35,71). Sum of RGB (Red+Green+Blue) = 35+35+71=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 35 (14.06% from 255 or 24.82% 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 #232347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232347 is #DCDCB8. Grayscale: #262626. Windows color (decimal): -14474425 or 4662051. OLE color: 4662051.
HSL color Cylindrical-coordinate representation of color #232347: hue angle of 240º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #232347 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 35 | 71 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.72 |
| HSL | 240º | 0.34% | 0.21% | - |
| HSV(B) | 240º | 0.51% | 0.28% | - |
| XYZ | 2.43 | 2.01 | 6.22 | - |
| YUV | 39.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 71 | 0.51 | 0.51 | 0 | 0.72 | 240 | 0.34 | 0.21 |
| Hex | 23 | 23 | 47 | 33 | 33 | 0 | 48 | F0 | 22 | 15 |
| Octal | 43 | 43 | 107 | 63 | 63 | 0 | 110 | 360 | 42 | 25 |
| Binary | 100011 | 100011 | 1000111 | 110011 | 110011 | 0 | 1001000 | 11110000 | 100010 | 10101 |
Color Harmonies of #232347
Complementary color
Monochromatic Colors of #232347
Black with #232347
Text Example
Text Example
White with #232347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232347; }
p { color: rgb(35,35,71); }
H1.HeaderClassName
{
color: #232347;
}
.AnyTagClassName
{
color: #232347;
}
</style>
background-color css
<style>
a { background-color: #232347; }
a { background-color: rgb(35,35,71); }
div.DivClassName
{
background-color: #232347;
}
.BgClassName
{
background-color: #232347;
}
</style>
border-color css
<style>
span { border-color: #232347; }
span { border-color: rgb(35,35,71); }
td.TdClassName
{
border-color: #232347;
}
.TagClassName
{
border-color: #232347;
}
</style>