Shades of Valhalla #232549
Tints of Valhalla #232549
RGB
CMYK
RGB Variations
Color information
#232549 (or 0x232549) is known color: Valhalla. HEX triplet: 23, 25 and 49. RGB value is (35,37,73). Sum of RGB (Red+Green+Blue) = 35+37+73=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #232549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232549 is #DCDAB6. Grayscale: #282828. Windows color (decimal): -14473911 or 4793635. OLE color: 4793635.
HSL color Cylindrical-coordinate representation of color #232549: hue angle of 236.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #232549 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 37 | 73 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.71 |
| HSL | 236.84º | 0.35% | 0.21% | - |
| HSV(B) | 236.84º | 0.52% | 0.29% | - |
| XYZ | 2.56 | 2.16 | 6.59 | - |
| YUV | 40.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 73 | 0.52 | 0.49 | 0 | 0.71 | 236.84 | 0.35 | 0.21 |
| Hex | 23 | 25 | 49 | 34 | 31 | 0 | 47 | ED | 23 | 15 |
| Octal | 43 | 45 | 111 | 64 | 61 | 0 | 107 | 355 | 43 | 25 |
| Binary | 100011 | 100101 | 1001001 | 110100 | 110001 | 0 | 1000111 | 11101101 | 100011 | 10101 |
Color Harmonies of #232549
Complementary color
Monochromatic Colors of #232549
Black with #232549
Text Example
Text Example
White with #232549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232549; }
p { color: rgb(35,37,73); }
H1.HeaderClassName
{
color: #232549;
}
.AnyTagClassName
{
color: #232549;
}
</style>
background-color css
<style>
a { background-color: #232549; }
a { background-color: rgb(35,37,73); }
div.DivClassName
{
background-color: #232549;
}
.BgClassName
{
background-color: #232549;
}
</style>
border-color css
<style>
span { border-color: #232549; }
span { border-color: rgb(35,37,73); }
td.TdClassName
{
border-color: #232549;
}
.TagClassName
{
border-color: #232549;
}
</style>