Shades of Valhalla #23253E
Tints of Valhalla #23253E
RGB
CMYK
RGB Variations
Color information
#23253E (or 0x23253E) is known color: Valhalla. HEX triplet: 23, 25 and 3E. RGB value is (35,37,62). Sum of RGB (Red+Green+Blue) = 35+37+62=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #23253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23253E is #DCDAC1. Grayscale: #272727. Windows color (decimal): -14473922 or 4072739. OLE color: 4072739.
HSL color Cylindrical-coordinate representation of color #23253E: hue angle of 235.56º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23253E is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 37 | 62 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.76 |
| HSL | 235.56º | 0.28% | 0.19% | - |
| HSV(B) | 235.56º | 0.44% | 0.24% | - |
| XYZ | 2.22 | 2.03 | 4.83 | - |
| YUV | 39.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 62 | 0.44 | 0.40 | 0 | 0.76 | 235.56 | 0.28 | 0.19 |
| Hex | 23 | 25 | 3E | 2C | 28 | 0 | 4C | EC | 1C | 13 |
| Octal | 43 | 45 | 76 | 54 | 50 | 0 | 114 | 354 | 34 | 23 |
| Binary | 100011 | 100101 | 111110 | 101100 | 101000 | 0 | 1001100 | 11101100 | 11100 | 10011 |
Color Harmonies of #23253E
Complementary color
Monochromatic Colors of #23253E
Black with #23253E
Text Example
Text Example
White with #23253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23253E; }
p { color: rgb(35,37,62); }
H1.HeaderClassName
{
color: #23253E;
}
.AnyTagClassName
{
color: #23253E;
}
</style>
background-color css
<style>
a { background-color: #23253E; }
a { background-color: rgb(35,37,62); }
div.DivClassName
{
background-color: #23253E;
}
.BgClassName
{
background-color: #23253E;
}
</style>
border-color css
<style>
span { border-color: #23253E; }
span { border-color: rgb(35,37,62); }
td.TdClassName
{
border-color: #23253E;
}
.TagClassName
{
border-color: #23253E;
}
</style>