Shades of Resolution Blue #20397D
Tints of Resolution Blue #20397D
RGB
CMYK
RGB Variations
Color information
#20397D (or 0x20397D) is known color: Resolution Blue. HEX triplet: 20, 39 and 7D. RGB value is (32,57,125). Sum of RGB (Red+Green+Blue) = 32+57+125=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #20397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20397D is #DFC682. Grayscale: #383838. Windows color (decimal): -14665347 or 8206624. OLE color: 8206624.
HSL color Cylindrical-coordinate representation of color #20397D: hue angle of 223.87º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20397D is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 57 | 125 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.51 |
| HSL | 223.87º | 0.59% | 0.31% | - |
| HSV(B) | 223.87º | 0.74% | 0.49% | - |
| XYZ | 5.76 | 4.71 | 20.01 | - |
| YUV | 57.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 125 | 0.74 | 0.54 | 0 | 0.51 | 223.87 | 0.59 | 0.31 |
| Hex | 20 | 39 | 7D | 4A | 36 | 0 | 33 | E0 | 3B | 1F |
| Octal | 40 | 71 | 175 | 112 | 66 | 0 | 63 | 340 | 73 | 37 |
| Binary | 100000 | 111001 | 1111101 | 1001010 | 110110 | 0 | 110011 | 11100000 | 111011 | 11111 |
Color Harmonies of #20397D
Complementary color
Monochromatic Colors of #20397D
Black with #20397D
Text Example
Text Example
White with #20397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20397D; }
p { color: rgb(32,57,125); }
H1.HeaderClassName
{
color: #20397D;
}
.AnyTagClassName
{
color: #20397D;
}
</style>
background-color css
<style>
a { background-color: #20397D; }
a { background-color: rgb(32,57,125); }
div.DivClassName
{
background-color: #20397D;
}
.BgClassName
{
background-color: #20397D;
}
</style>
border-color css
<style>
span { border-color: #20397D; }
span { border-color: rgb(32,57,125); }
td.TdClassName
{
border-color: #20397D;
}
.TagClassName
{
border-color: #20397D;
}
</style>