Shades of Valhalla #242546
Tints of Valhalla #242546
RGB
CMYK
RGB Variations
Color information
#242546 (or 0x242546) is known color: Valhalla. HEX triplet: 24, 25 and 46. RGB value is (36,37,70). Sum of RGB (Red+Green+Blue) = 36+37+70=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #242546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242546 is #DBDAB9. Grayscale: #282828. Windows color (decimal): -14408378 or 4597028. OLE color: 4597028.
HSL color Cylindrical-coordinate representation of color #242546: hue angle of 238.24º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242546 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 37 | 70 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.73 |
| HSL | 238.24º | 0.32% | 0.21% | - |
| HSV(B) | 238.24º | 0.49% | 0.27% | - |
| XYZ | 2.49 | 2.14 | 6.08 | - |
| YUV | 40.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 70 | 0.49 | 0.47 | 0 | 0.73 | 238.24 | 0.32 | 0.21 |
| Hex | 24 | 25 | 46 | 31 | 2F | 0 | 49 | EE | 20 | 15 |
| Octal | 44 | 45 | 106 | 61 | 57 | 0 | 111 | 356 | 40 | 25 |
| Binary | 100100 | 100101 | 1000110 | 110001 | 101111 | 0 | 1001001 | 11101110 | 100000 | 10101 |
Color Harmonies of #242546
Complementary color
Monochromatic Colors of #242546
Black with #242546
Text Example
Text Example
White with #242546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242546; }
p { color: rgb(36,37,70); }
H1.HeaderClassName
{
color: #242546;
}
.AnyTagClassName
{
color: #242546;
}
</style>
background-color css
<style>
a { background-color: #242546; }
a { background-color: rgb(36,37,70); }
div.DivClassName
{
background-color: #242546;
}
.BgClassName
{
background-color: #242546;
}
</style>
border-color css
<style>
span { border-color: #242546; }
span { border-color: rgb(36,37,70); }
td.TdClassName
{
border-color: #242546;
}
.TagClassName
{
border-color: #242546;
}
</style>