Shades of Valhalla #232344
Tints of Valhalla #232344
RGB
CMYK
RGB Variations
Color information
#232344 (or 0x232344) is known color: Valhalla. HEX triplet: 23, 23 and 44. RGB value is (35,35,68). Sum of RGB (Red+Green+Blue) = 35+35+68=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #232344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232344 is #DCDCBB. Grayscale: #262626. Windows color (decimal): -14474428 or 4465443. OLE color: 4465443.
HSL color Cylindrical-coordinate representation of color #232344: hue angle of 240º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #232344 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 35 | 68 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.73 |
| HSL | 240º | 0.32% | 0.2% | - |
| HSV(B) | 240º | 0.49% | 0.27% | - |
| XYZ | 2.34 | 1.98 | 5.73 | - |
| YUV | 38.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 68 | 0.49 | 0.49 | 0 | 0.73 | 240 | 0.32 | 0.2 |
| Hex | 23 | 23 | 44 | 31 | 31 | 0 | 49 | F0 | 20 | 14 |
| Octal | 43 | 43 | 104 | 61 | 61 | 0 | 111 | 360 | 40 | 24 |
| Binary | 100011 | 100011 | 1000100 | 110001 | 110001 | 0 | 1001001 | 11110000 | 100000 | 10100 |
Color Harmonies of #232344
Complementary color
Monochromatic Colors of #232344
Black with #232344
Text Example
Text Example
White with #232344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232344; }
p { color: rgb(35,35,68); }
H1.HeaderClassName
{
color: #232344;
}
.AnyTagClassName
{
color: #232344;
}
</style>
background-color css
<style>
a { background-color: #232344; }
a { background-color: rgb(35,35,68); }
div.DivClassName
{
background-color: #232344;
}
.BgClassName
{
background-color: #232344;
}
</style>
border-color css
<style>
span { border-color: #232344; }
span { border-color: rgb(35,35,68); }
td.TdClassName
{
border-color: #232344;
}
.TagClassName
{
border-color: #232344;
}
</style>