Shades of Valhalla #232247
Tints of Valhalla #232247
RGB
CMYK
RGB Variations
Color information
#232247 (or 0x232247) is known color: Valhalla. HEX triplet: 23, 22 and 47. RGB value is (35,34,71). Sum of RGB (Red+Green+Blue) = 35+34+71=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #232247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232247 is #DCDDB8. Grayscale: #262626. Windows color (decimal): -14474681 or 4661795. OLE color: 4661795.
HSL color Cylindrical-coordinate representation of color #232247: hue angle of 241.62º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #232247 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 34 | 71 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.72 |
| HSL | 241.62º | 0.35% | 0.21% | - |
| HSV(B) | 241.62º | 0.52% | 0.28% | - |
| XYZ | 2.4 | 1.96 | 6.21 | - |
| YUV | 38.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 71 | 0.51 | 0.52 | 0 | 0.72 | 241.62 | 0.35 | 0.21 |
| Hex | 23 | 22 | 47 | 33 | 34 | 0 | 48 | F2 | 23 | 15 |
| Octal | 43 | 42 | 107 | 63 | 64 | 0 | 110 | 362 | 43 | 25 |
| Binary | 100011 | 100010 | 1000111 | 110011 | 110100 | 0 | 1001000 | 11110010 | 100011 | 10101 |
Color Harmonies of #232247
Complementary color
Monochromatic Colors of #232247
Black with #232247
Text Example
Text Example
White with #232247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232247; }
p { color: rgb(35,34,71); }
H1.HeaderClassName
{
color: #232247;
}
.AnyTagClassName
{
color: #232247;
}
</style>
background-color css
<style>
a { background-color: #232247; }
a { background-color: rgb(35,34,71); }
div.DivClassName
{
background-color: #232247;
}
.BgClassName
{
background-color: #232247;
}
</style>
border-color css
<style>
span { border-color: #232247; }
span { border-color: rgb(35,34,71); }
td.TdClassName
{
border-color: #232247;
}
.TagClassName
{
border-color: #232247;
}
</style>