Shades of Valhalla #23244A
Tints of Valhalla #23244A
RGB
CMYK
RGB Variations
Color information
#23244A (or 0x23244A) is known color: Valhalla. HEX triplet: 23, 24 and 4A. RGB value is (35,36,74). Sum of RGB (Red+Green+Blue) = 35+36+74=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #23244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23244A is #DCDBB5. Grayscale: #272727. Windows color (decimal): -14474166 or 4858915. OLE color: 4858915.
HSL color Cylindrical-coordinate representation of color #23244A: hue angle of 238.46º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23244A is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 36 | 74 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.71 |
| HSL | 238.46º | 0.36% | 0.21% | - |
| HSV(B) | 238.46º | 0.53% | 0.29% | - |
| XYZ | 2.56 | 2.11 | 6.75 | - |
| YUV | 40.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 74 | 0.53 | 0.51 | 0 | 0.71 | 238.46 | 0.36 | 0.21 |
| Hex | 23 | 24 | 4A | 35 | 33 | 0 | 47 | EE | 24 | 15 |
| Octal | 43 | 44 | 112 | 65 | 63 | 0 | 107 | 356 | 44 | 25 |
| Binary | 100011 | 100100 | 1001010 | 110101 | 110011 | 0 | 1000111 | 11101110 | 100100 | 10101 |
Color Harmonies of #23244A
Complementary color
Monochromatic Colors of #23244A
Black with #23244A
Text Example
Text Example
White with #23244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23244A; }
p { color: rgb(35,36,74); }
H1.HeaderClassName
{
color: #23244A;
}
.AnyTagClassName
{
color: #23244A;
}
</style>
background-color css
<style>
a { background-color: #23244A; }
a { background-color: rgb(35,36,74); }
div.DivClassName
{
background-color: #23244A;
}
.BgClassName
{
background-color: #23244A;
}
</style>
border-color css
<style>
span { border-color: #23244A; }
span { border-color: rgb(35,36,74); }
td.TdClassName
{
border-color: #23244A;
}
.TagClassName
{
border-color: #23244A;
}
</style>