Shades of Valhalla #262647
Tints of Valhalla #262647
RGB
CMYK
RGB Variations
Color information
#262647 (or 0x262647) is known color: Valhalla. HEX triplet: 26, 26 and 47. RGB value is (38,38,71). Sum of RGB (Red+Green+Blue) = 38+38+71=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #262647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262647 is #D9D9B8. Grayscale: #292929. Windows color (decimal): -14277049 or 4662822. OLE color: 4662822.
HSL color Cylindrical-coordinate representation of color #262647: hue angle of 240º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #262647 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 38 | 71 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.72 |
| HSL | 240º | 0.3% | 0.21% | - |
| HSV(B) | 240º | 0.46% | 0.28% | - |
| XYZ | 2.63 | 2.25 | 6.26 | - |
| YUV | 41.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 71 | 0.46 | 0.46 | 0 | 0.72 | 240 | 0.3 | 0.21 |
| Hex | 26 | 26 | 47 | 2E | 2E | 0 | 48 | F0 | 1E | 15 |
| Octal | 46 | 46 | 107 | 56 | 56 | 0 | 110 | 360 | 36 | 25 |
| Binary | 100110 | 100110 | 1000111 | 101110 | 101110 | 0 | 1001000 | 11110000 | 11110 | 10101 |
Color Harmonies of #262647
Complementary color
Monochromatic Colors of #262647
Black with #262647
Text Example
Text Example
White with #262647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262647; }
p { color: rgb(38,38,71); }
H1.HeaderClassName
{
color: #262647;
}
.AnyTagClassName
{
color: #262647;
}
</style>
background-color css
<style>
a { background-color: #262647; }
a { background-color: rgb(38,38,71); }
div.DivClassName
{
background-color: #262647;
}
.BgClassName
{
background-color: #262647;
}
</style>
border-color css
<style>
span { border-color: #262647; }
span { border-color: rgb(38,38,71); }
td.TdClassName
{
border-color: #262647;
}
.TagClassName
{
border-color: #262647;
}
</style>