Shades of Valhalla #262644
Tints of Valhalla #262644
RGB
CMYK
RGB Variations
Color information
#262644 (or 0x262644) is known color: Valhalla. HEX triplet: 26, 26 and 44. RGB value is (38,38,68). Sum of RGB (Red+Green+Blue) = 38+38+68=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #262644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262644 is #D9D9BB. Grayscale: #292929. Windows color (decimal): -14277052 or 4466214. OLE color: 4466214.
HSL color Cylindrical-coordinate representation of color #262644: hue angle of 240º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #262644 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 38 | 68 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.73 |
| HSL | 240º | 0.28% | 0.21% | - |
| HSV(B) | 240º | 0.44% | 0.27% | - |
| XYZ | 2.54 | 2.22 | 5.76 | - |
| YUV | 41.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 68 | 0.44 | 0.44 | 0 | 0.73 | 240 | 0.28 | 0.21 |
| Hex | 26 | 26 | 44 | 2C | 2C | 0 | 49 | F0 | 1C | 15 |
| Octal | 46 | 46 | 104 | 54 | 54 | 0 | 111 | 360 | 34 | 25 |
| Binary | 100110 | 100110 | 1000100 | 101100 | 101100 | 0 | 1001001 | 11110000 | 11100 | 10101 |
Color Harmonies of #262644
Complementary color
Monochromatic Colors of #262644
Black with #262644
Text Example
Text Example
White with #262644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262644; }
p { color: rgb(38,38,68); }
H1.HeaderClassName
{
color: #262644;
}
.AnyTagClassName
{
color: #262644;
}
</style>
background-color css
<style>
a { background-color: #262644; }
a { background-color: rgb(38,38,68); }
div.DivClassName
{
background-color: #262644;
}
.BgClassName
{
background-color: #262644;
}
</style>
border-color css
<style>
span { border-color: #262644; }
span { border-color: rgb(38,38,68); }
td.TdClassName
{
border-color: #262644;
}
.TagClassName
{
border-color: #262644;
}
</style>