Shades of Resolution Blue #20396F
Tints of Resolution Blue #20396F
RGB
CMYK
RGB Variations
Color information
#20396F (or 0x20396F) is known color: Resolution Blue. HEX triplet: 20, 39 and 6F. RGB value is (32,57,111). Sum of RGB (Red+Green+Blue) = 32+57+111=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #20396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20396F is #DFC690. Grayscale: #373737. Windows color (decimal): -14665361 or 7289120. OLE color: 7289120.
HSL color Cylindrical-coordinate representation of color #20396F: hue angle of 221.01º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20396F is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 57 | 111 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.56 |
| HSL | 221.01º | 0.55% | 0.28% | - |
| HSV(B) | 221.01º | 0.71% | 0.44% | - |
| XYZ | 4.93 | 4.38 | 15.62 | - |
| YUV | 55.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 111 | 0.71 | 0.49 | 0 | 0.56 | 221.01 | 0.55 | 0.28 |
| Hex | 20 | 39 | 6F | 47 | 31 | 0 | 38 | DD | 37 | 1C |
| Octal | 40 | 71 | 157 | 107 | 61 | 0 | 70 | 335 | 67 | 34 |
| Binary | 100000 | 111001 | 1101111 | 1000111 | 110001 | 0 | 111000 | 11011101 | 110111 | 11100 |
Color Harmonies of #20396F
Complementary color
Monochromatic Colors of #20396F
Black with #20396F
Text Example
Text Example
White with #20396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20396F; }
p { color: rgb(32,57,111); }
H1.HeaderClassName
{
color: #20396F;
}
.AnyTagClassName
{
color: #20396F;
}
</style>
background-color css
<style>
a { background-color: #20396F; }
a { background-color: rgb(32,57,111); }
div.DivClassName
{
background-color: #20396F;
}
.BgClassName
{
background-color: #20396F;
}
</style>
border-color css
<style>
span { border-color: #20396F; }
span { border-color: rgb(32,57,111); }
td.TdClassName
{
border-color: #20396F;
}
.TagClassName
{
border-color: #20396F;
}
</style>