Shades of Resolution Blue #20356D
Tints of Resolution Blue #20356D
RGB
CMYK
RGB Variations
Color information
#20356D (or 0x20356D) is known color: Resolution Blue. HEX triplet: 20, 35 and 6D. RGB value is (32,53,109). Sum of RGB (Red+Green+Blue) = 32+53+109=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #20356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20356D is #DFCA92. Grayscale: #343434. Windows color (decimal): -14666387 or 7157024. OLE color: 7157024.
HSL color Cylindrical-coordinate representation of color #20356D: hue angle of 223.64º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20356D is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 53 | 109 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.57 |
| HSL | 223.64º | 0.55% | 0.28% | - |
| HSV(B) | 223.64º | 0.71% | 0.43% | - |
| XYZ | 4.63 | 3.96 | 14.99 | - |
| YUV | 53.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 109 | 0.71 | 0.51 | 0 | 0.57 | 223.64 | 0.55 | 0.28 |
| Hex | 20 | 35 | 6D | 47 | 33 | 0 | 39 | E0 | 37 | 1C |
| Octal | 40 | 65 | 155 | 107 | 63 | 0 | 71 | 340 | 67 | 34 |
| Binary | 100000 | 110101 | 1101101 | 1000111 | 110011 | 0 | 111001 | 11100000 | 110111 | 11100 |
Color Harmonies of #20356D
Complementary color
Monochromatic Colors of #20356D
Black with #20356D
Text Example
Text Example
White with #20356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20356D; }
p { color: rgb(32,53,109); }
H1.HeaderClassName
{
color: #20356D;
}
.AnyTagClassName
{
color: #20356D;
}
</style>
background-color css
<style>
a { background-color: #20356D; }
a { background-color: rgb(32,53,109); }
div.DivClassName
{
background-color: #20356D;
}
.BgClassName
{
background-color: #20356D;
}
</style>
border-color css
<style>
span { border-color: #20356D; }
span { border-color: rgb(32,53,109); }
td.TdClassName
{
border-color: #20356D;
}
.TagClassName
{
border-color: #20356D;
}
</style>