Shades of Valhalla #262646
Tints of Valhalla #262646
RGB
CMYK
RGB Variations
Color information
#262646 (or 0x262646) is known color: Valhalla. HEX triplet: 26, 26 and 46. RGB value is (38,38,70). Sum of RGB (Red+Green+Blue) = 38+38+70=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #262646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262646 is #D9D9B9. Grayscale: #292929. Windows color (decimal): -14277050 or 4597286. OLE color: 4597286.
HSL color Cylindrical-coordinate representation of color #262646: hue angle of 240º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #262646 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 38 | 70 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.73 |
| HSL | 240º | 0.3% | 0.21% | - |
| HSV(B) | 240º | 0.46% | 0.27% | - |
| XYZ | 2.6 | 2.24 | 6.09 | - |
| YUV | 41.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 70 | 0.46 | 0.46 | 0 | 0.73 | 240 | 0.3 | 0.21 |
| Hex | 26 | 26 | 46 | 2E | 2E | 0 | 49 | F0 | 1E | 15 |
| Octal | 46 | 46 | 106 | 56 | 56 | 0 | 111 | 360 | 36 | 25 |
| Binary | 100110 | 100110 | 1000110 | 101110 | 101110 | 0 | 1001001 | 11110000 | 11110 | 10101 |
Color Harmonies of #262646
Complementary color
Monochromatic Colors of #262646
Black with #262646
Text Example
Text Example
White with #262646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262646; }
p { color: rgb(38,38,70); }
H1.HeaderClassName
{
color: #262646;
}
.AnyTagClassName
{
color: #262646;
}
</style>
background-color css
<style>
a { background-color: #262646; }
a { background-color: rgb(38,38,70); }
div.DivClassName
{
background-color: #262646;
}
.BgClassName
{
background-color: #262646;
}
</style>
border-color css
<style>
span { border-color: #262646; }
span { border-color: rgb(38,38,70); }
td.TdClassName
{
border-color: #262646;
}
.TagClassName
{
border-color: #262646;
}
</style>