Shades of Valhalla #242740
Tints of Valhalla #242740
RGB
CMYK
RGB Variations
Color information
#242740 (or 0x242740) is known color: Valhalla. HEX triplet: 24, 27 and 40. RGB value is (36,39,64). Sum of RGB (Red+Green+Blue) = 36+39+64=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #242740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242740 is #DBD8BF. Grayscale: #282828. Windows color (decimal): -14407872 or 4204324. OLE color: 4204324.
HSL color Cylindrical-coordinate representation of color #242740: hue angle of 233.57º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #242740 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 39 | 64 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.75 |
| HSL | 233.57º | 0.28% | 0.2% | - |
| HSV(B) | 233.57º | 0.44% | 0.25% | - |
| XYZ | 2.38 | 2.2 | 5.15 | - |
| YUV | 40.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 64 | 0.44 | 0.39 | 0 | 0.75 | 233.57 | 0.28 | 0.2 |
| Hex | 24 | 27 | 40 | 2C | 27 | 0 | 4B | EA | 1C | 14 |
| Octal | 44 | 47 | 100 | 54 | 47 | 0 | 113 | 352 | 34 | 24 |
| Binary | 100100 | 100111 | 1000000 | 101100 | 100111 | 0 | 1001011 | 11101010 | 11100 | 10100 |
Color Harmonies of #242740
Complementary color
Monochromatic Colors of #242740
Black with #242740
Text Example
Text Example
White with #242740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242740; }
p { color: rgb(36,39,64); }
H1.HeaderClassName
{
color: #242740;
}
.AnyTagClassName
{
color: #242740;
}
</style>
background-color css
<style>
a { background-color: #242740; }
a { background-color: rgb(36,39,64); }
div.DivClassName
{
background-color: #242740;
}
.BgClassName
{
background-color: #242740;
}
</style>
border-color css
<style>
span { border-color: #242740; }
span { border-color: rgb(36,39,64); }
td.TdClassName
{
border-color: #242740;
}
.TagClassName
{
border-color: #242740;
}
</style>