Shades of Valhalla #262542
Tints of Valhalla #262542
RGB
CMYK
RGB Variations
Color information
#262542 (or 0x262542) is known color: Valhalla. HEX triplet: 26, 25 and 42. RGB value is (38,37,66). Sum of RGB (Red+Green+Blue) = 38+37+66=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #262542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262542 is #D9DABD. Grayscale: #282828. Windows color (decimal): -14277310 or 4334886. OLE color: 4334886.
HSL color Cylindrical-coordinate representation of color #262542: hue angle of 242.07º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #262542 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 37 | 66 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.74 |
| HSL | 242.07º | 0.28% | 0.2% | - |
| HSV(B) | 242.07º | 0.44% | 0.26% | - |
| XYZ | 2.44 | 2.13 | 5.44 | - |
| YUV | 40.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 66 | 0.42 | 0.44 | 0 | 0.74 | 242.07 | 0.28 | 0.2 |
| Hex | 26 | 25 | 42 | 2A | 2C | 0 | 4A | F2 | 1C | 14 |
| Octal | 46 | 45 | 102 | 52 | 54 | 0 | 112 | 362 | 34 | 24 |
| Binary | 100110 | 100101 | 1000010 | 101010 | 101100 | 0 | 1001010 | 11110010 | 11100 | 10100 |
Color Harmonies of #262542
Complementary color
Monochromatic Colors of #262542
Black with #262542
Text Example
Text Example
White with #262542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262542; }
p { color: rgb(38,37,66); }
H1.HeaderClassName
{
color: #262542;
}
.AnyTagClassName
{
color: #262542;
}
</style>
background-color css
<style>
a { background-color: #262542; }
a { background-color: rgb(38,37,66); }
div.DivClassName
{
background-color: #262542;
}
.BgClassName
{
background-color: #262542;
}
</style>
border-color css
<style>
span { border-color: #262542; }
span { border-color: rgb(38,37,66); }
td.TdClassName
{
border-color: #262542;
}
.TagClassName
{
border-color: #262542;
}
</style>