Shades of Valhalla #232244
Tints of Valhalla #232244
RGB
CMYK
RGB Variations
Color information
#232244 (or 0x232244) is known color: Valhalla. HEX triplet: 23, 22 and 44. RGB value is (35,34,68). Sum of RGB (Red+Green+Blue) = 35+34+68=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #232244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232244 is #DCDDBB. Grayscale: #262626. Windows color (decimal): -14474684 or 4465187. OLE color: 4465187.
HSL color Cylindrical-coordinate representation of color #232244: hue angle of 241.76º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #232244 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 34 | 68 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.73 |
| HSL | 241.76º | 0.33% | 0.2% | - |
| HSV(B) | 241.76º | 0.5% | 0.27% | - |
| XYZ | 2.31 | 1.92 | 5.72 | - |
| YUV | 38.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 68 | 0.49 | 0.50 | 0 | 0.73 | 241.76 | 0.33 | 0.2 |
| Hex | 23 | 22 | 44 | 31 | 32 | 0 | 49 | F2 | 21 | 14 |
| Octal | 43 | 42 | 104 | 61 | 62 | 0 | 111 | 362 | 41 | 24 |
| Binary | 100011 | 100010 | 1000100 | 110001 | 110010 | 0 | 1001001 | 11110010 | 100001 | 10100 |
Color Harmonies of #232244
Complementary color
Monochromatic Colors of #232244
Black with #232244
Text Example
Text Example
White with #232244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232244; }
p { color: rgb(35,34,68); }
H1.HeaderClassName
{
color: #232244;
}
.AnyTagClassName
{
color: #232244;
}
</style>
background-color css
<style>
a { background-color: #232244; }
a { background-color: rgb(35,34,68); }
div.DivClassName
{
background-color: #232244;
}
.BgClassName
{
background-color: #232244;
}
</style>
border-color css
<style>
span { border-color: #232244; }
span { border-color: rgb(35,34,68); }
td.TdClassName
{
border-color: #232244;
}
.TagClassName
{
border-color: #232244;
}
</style>