Shades of Resolution Blue #20326C
Tints of Resolution Blue #20326C
RGB
CMYK
RGB Variations
Color information
#20326C (or 0x20326C) is known color: Resolution Blue. HEX triplet: 20, 32 and 6C. RGB value is (32,50,108). Sum of RGB (Red+Green+Blue) = 32+50+108=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #20326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20326C is #DFCD93. Grayscale: #323232. Windows color (decimal): -14667156 or 7090720. OLE color: 7090720.
HSL color Cylindrical-coordinate representation of color #20326C: hue angle of 225.79º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20326C is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 50 | 108 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.58 |
| HSL | 225.79º | 0.54% | 0.27% | - |
| HSV(B) | 225.79º | 0.7% | 0.42% | - |
| XYZ | 4.44 | 3.67 | 14.66 | - |
| YUV | 51.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 108 | 0.70 | 0.54 | 0 | 0.58 | 225.79 | 0.54 | 0.27 |
| Hex | 20 | 32 | 6C | 46 | 36 | 0 | 3A | E2 | 36 | 1B |
| Octal | 40 | 62 | 154 | 106 | 66 | 0 | 72 | 342 | 66 | 33 |
| Binary | 100000 | 110010 | 1101100 | 1000110 | 110110 | 0 | 111010 | 11100010 | 110110 | 11011 |
Color Harmonies of #20326C
Complementary color
Monochromatic Colors of #20326C
Black with #20326C
Text Example
Text Example
White with #20326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20326C; }
p { color: rgb(32,50,108); }
H1.HeaderClassName
{
color: #20326C;
}
.AnyTagClassName
{
color: #20326C;
}
</style>
background-color css
<style>
a { background-color: #20326C; }
a { background-color: rgb(32,50,108); }
div.DivClassName
{
background-color: #20326C;
}
.BgClassName
{
background-color: #20326C;
}
</style>
border-color css
<style>
span { border-color: #20326C; }
span { border-color: rgb(32,50,108); }
td.TdClassName
{
border-color: #20326C;
}
.TagClassName
{
border-color: #20326C;
}
</style>