Shades of Valhalla #23253F
Tints of Valhalla #23253F
RGB
CMYK
RGB Variations
Color information
#23253F (or 0x23253F) is known color: Valhalla. HEX triplet: 23, 25 and 3F. RGB value is (35,37,63). Sum of RGB (Red+Green+Blue) = 35+37+63=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #23253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23253F is #DCDAC0. Grayscale: #272727. Windows color (decimal): -14473921 or 4138275. OLE color: 4138275.
HSL color Cylindrical-coordinate representation of color #23253F: hue angle of 235.71º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23253F is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 37 | 63 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.75 |
| HSL | 235.71º | 0.29% | 0.19% | - |
| HSV(B) | 235.71º | 0.44% | 0.25% | - |
| XYZ | 2.25 | 2.04 | 4.98 | - |
| YUV | 39.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 63 | 0.44 | 0.41 | 0 | 0.75 | 235.71 | 0.29 | 0.19 |
| Hex | 23 | 25 | 3F | 2C | 29 | 0 | 4B | EC | 1D | 13 |
| Octal | 43 | 45 | 77 | 54 | 51 | 0 | 113 | 354 | 35 | 23 |
| Binary | 100011 | 100101 | 111111 | 101100 | 101001 | 0 | 1001011 | 11101100 | 11101 | 10011 |
Color Harmonies of #23253F
Complementary color
Monochromatic Colors of #23253F
Black with #23253F
Text Example
Text Example
White with #23253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23253F; }
p { color: rgb(35,37,63); }
H1.HeaderClassName
{
color: #23253F;
}
.AnyTagClassName
{
color: #23253F;
}
</style>
background-color css
<style>
a { background-color: #23253F; }
a { background-color: rgb(35,37,63); }
div.DivClassName
{
background-color: #23253F;
}
.BgClassName
{
background-color: #23253F;
}
</style>
border-color css
<style>
span { border-color: #23253F; }
span { border-color: rgb(35,37,63); }
td.TdClassName
{
border-color: #23253F;
}
.TagClassName
{
border-color: #23253F;
}
</style>