Shades of Valhalla #262442
Tints of Valhalla #262442
RGB
CMYK
RGB Variations
Color information
#262442 (or 0x262442) is known color: Valhalla. HEX triplet: 26, 24 and 42. RGB value is (38,36,66). Sum of RGB (Red+Green+Blue) = 38+36+66=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #262442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262442 is #D9DBBD. Grayscale: #272727. Windows color (decimal): -14277566 or 4334630. OLE color: 4334630.
HSL color Cylindrical-coordinate representation of color #262442: hue angle of 244º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #262442 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 36 | 66 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.74 |
| HSL | 244º | 0.29% | 0.2% | - |
| HSV(B) | 244º | 0.45% | 0.26% | - |
| XYZ | 2.41 | 2.07 | 5.43 | - |
| YUV | 40.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 66 | 0.42 | 0.45 | 0 | 0.74 | 244 | 0.29 | 0.2 |
| Hex | 26 | 24 | 42 | 2A | 2D | 0 | 4A | F4 | 1D | 14 |
| Octal | 46 | 44 | 102 | 52 | 55 | 0 | 112 | 364 | 35 | 24 |
| Binary | 100110 | 100100 | 1000010 | 101010 | 101101 | 0 | 1001010 | 11110100 | 11101 | 10100 |
Color Harmonies of #262442
Complementary color
Monochromatic Colors of #262442
Black with #262442
Text Example
Text Example
White with #262442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262442; }
p { color: rgb(38,36,66); }
H1.HeaderClassName
{
color: #262442;
}
.AnyTagClassName
{
color: #262442;
}
</style>
background-color css
<style>
a { background-color: #262442; }
a { background-color: rgb(38,36,66); }
div.DivClassName
{
background-color: #262442;
}
.BgClassName
{
background-color: #262442;
}
</style>
border-color css
<style>
span { border-color: #262442; }
span { border-color: rgb(38,36,66); }
td.TdClassName
{
border-color: #262442;
}
.TagClassName
{
border-color: #262442;
}
</style>