Shades of Valhalla #242543
Tints of Valhalla #242543
RGB
CMYK
RGB Variations
Color information
#242543 (or 0x242543) is known color: Valhalla. HEX triplet: 24, 25 and 43. RGB value is (36,37,67). Sum of RGB (Red+Green+Blue) = 36+37+67=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #242543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242543 is #DBDABC. Grayscale: #272727. Windows color (decimal): -14408381 or 4400420. OLE color: 4400420.
HSL color Cylindrical-coordinate representation of color #242543: hue angle of 238.06º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #242543 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 37 | 67 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.74 |
| HSL | 238.06º | 0.3% | 0.2% | - |
| HSV(B) | 238.06º | 0.46% | 0.26% | - |
| XYZ | 2.4 | 2.1 | 5.59 | - |
| YUV | 40.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 67 | 0.46 | 0.45 | 0 | 0.74 | 238.06 | 0.3 | 0.2 |
| Hex | 24 | 25 | 43 | 2E | 2D | 0 | 4A | EE | 1E | 14 |
| Octal | 44 | 45 | 103 | 56 | 55 | 0 | 112 | 356 | 36 | 24 |
| Binary | 100100 | 100101 | 1000011 | 101110 | 101101 | 0 | 1001010 | 11101110 | 11110 | 10100 |
Color Harmonies of #242543
Complementary color
Monochromatic Colors of #242543
Black with #242543
Text Example
Text Example
White with #242543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242543; }
p { color: rgb(36,37,67); }
H1.HeaderClassName
{
color: #242543;
}
.AnyTagClassName
{
color: #242543;
}
</style>
background-color css
<style>
a { background-color: #242543; }
a { background-color: rgb(36,37,67); }
div.DivClassName
{
background-color: #242543;
}
.BgClassName
{
background-color: #242543;
}
</style>
border-color css
<style>
span { border-color: #242543; }
span { border-color: rgb(36,37,67); }
td.TdClassName
{
border-color: #242543;
}
.TagClassName
{
border-color: #242543;
}
</style>