Shades of Valhalla #202348
Tints of Valhalla #202348
RGB
CMYK
RGB Variations
Color information
#202348 (or 0x202348) is known color: Valhalla. HEX triplet: 20, 23 and 48. RGB value is (32,35,72). Sum of RGB (Red+Green+Blue) = 32+35+72=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #202348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202348 is #DFDCB7. Grayscale: #262626. Windows color (decimal): -14671032 or 4727584. OLE color: 4727584.
HSL color Cylindrical-coordinate representation of color #202348: hue angle of 235.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #202348 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 35 | 72 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.72 |
| HSL | 235.5º | 0.38% | 0.2% | - |
| HSV(B) | 235.5º | 0.56% | 0.28% | - |
| XYZ | 2.37 | 1.98 | 6.39 | - |
| YUV | 38.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 72 | 0.56 | 0.51 | 0 | 0.72 | 235.5 | 0.38 | 0.2 |
| Hex | 20 | 23 | 48 | 38 | 33 | 0 | 48 | EC | 26 | 14 |
| Octal | 40 | 43 | 110 | 70 | 63 | 0 | 110 | 354 | 46 | 24 |
| Binary | 100000 | 100011 | 1001000 | 111000 | 110011 | 0 | 1001000 | 11101100 | 100110 | 10100 |
Color Harmonies of #202348
Complementary color
Monochromatic Colors of #202348
Black with #202348
Text Example
Text Example
White with #202348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202348; }
p { color: rgb(32,35,72); }
H1.HeaderClassName
{
color: #202348;
}
.AnyTagClassName
{
color: #202348;
}
</style>
background-color css
<style>
a { background-color: #202348; }
a { background-color: rgb(32,35,72); }
div.DivClassName
{
background-color: #202348;
}
.BgClassName
{
background-color: #202348;
}
</style>
border-color css
<style>
span { border-color: #202348; }
span { border-color: rgb(32,35,72); }
td.TdClassName
{
border-color: #202348;
}
.TagClassName
{
border-color: #202348;
}
</style>