Shades of Valhalla #242646
Tints of Valhalla #242646
RGB
CMYK
RGB Variations
Color information
#242646 (or 0x242646) is known color: Valhalla. HEX triplet: 24, 26 and 46. RGB value is (36,38,70). Sum of RGB (Red+Green+Blue) = 36+38+70=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #242646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242646 is #DBD9B9. Grayscale: #282828. Windows color (decimal): -14408122 or 4597284. OLE color: 4597284.
HSL color Cylindrical-coordinate representation of color #242646: hue angle of 236.47º 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 #242646 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 38 | 70 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.73 |
| HSL | 236.47º | 0.32% | 0.21% | - |
| HSV(B) | 236.47º | 0.49% | 0.27% | - |
| XYZ | 2.53 | 2.2 | 6.09 | - |
| YUV | 41.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 70 | 0.49 | 0.46 | 0 | 0.73 | 236.47 | 0.32 | 0.21 |
| Hex | 24 | 26 | 46 | 31 | 2E | 0 | 49 | EC | 20 | 15 |
| Octal | 44 | 46 | 106 | 61 | 56 | 0 | 111 | 354 | 40 | 25 |
| Binary | 100100 | 100110 | 1000110 | 110001 | 101110 | 0 | 1001001 | 11101100 | 100000 | 10101 |
Color Harmonies of #242646
Complementary color
Monochromatic Colors of #242646
Black with #242646
Text Example
Text Example
White with #242646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242646; }
p { color: rgb(36,38,70); }
H1.HeaderClassName
{
color: #242646;
}
.AnyTagClassName
{
color: #242646;
}
</style>
background-color css
<style>
a { background-color: #242646; }
a { background-color: rgb(36,38,70); }
div.DivClassName
{
background-color: #242646;
}
.BgClassName
{
background-color: #242646;
}
</style>
border-color css
<style>
span { border-color: #242646; }
span { border-color: rgb(36,38,70); }
td.TdClassName
{
border-color: #242646;
}
.TagClassName
{
border-color: #242646;
}
</style>