Shades of Valhalla #242748
Tints of Valhalla #242748
RGB
CMYK
RGB Variations
Color information
#242748 (or 0x242748) is known color: Valhalla. HEX triplet: 24, 27 and 48. RGB value is (36,39,72). Sum of RGB (Red+Green+Blue) = 36+39+72=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #242748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242748 is #DBD8B7. Grayscale: #292929. Windows color (decimal): -14407864 or 4728612. OLE color: 4728612.
HSL color Cylindrical-coordinate representation of color #242748: hue angle of 235º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #242748 is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 39 | 72 | - |
| CMYK | 0.5 | 0.46 | 0 | 0.72 |
| HSL | 235º | 0.33% | 0.21% | - |
| HSV(B) | 235º | 0.5% | 0.28% | - |
| XYZ | 2.62 | 2.29 | 6.44 | - |
| YUV | 41.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 72 | 0.5 | 0.46 | 0 | 0.72 | 235 | 0.33 | 0.21 |
| Hex | 24 | 27 | 48 | 32 | 2E | 0 | 48 | EB | 21 | 15 |
| Octal | 44 | 47 | 110 | 62 | 56 | 0 | 110 | 353 | 41 | 25 |
| Binary | 100100 | 100111 | 1001000 | 110010 | 101110 | 0 | 1001000 | 11101011 | 100001 | 10101 |
Color Harmonies of #242748
Complementary color
Monochromatic Colors of #242748
Black with #242748
Text Example
Text Example
White with #242748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242748; }
p { color: rgb(36,39,72); }
H1.HeaderClassName
{
color: #242748;
}
.AnyTagClassName
{
color: #242748;
}
</style>
background-color css
<style>
a { background-color: #242748; }
a { background-color: rgb(36,39,72); }
div.DivClassName
{
background-color: #242748;
}
.BgClassName
{
background-color: #242748;
}
</style>
border-color css
<style>
span { border-color: #242748; }
span { border-color: rgb(36,39,72); }
td.TdClassName
{
border-color: #242748;
}
.TagClassName
{
border-color: #242748;
}
</style>