Shades of Resolution Blue #20377E
Tints of Resolution Blue #20377E
RGB
CMYK
RGB Variations
Color information
#20377E (or 0x20377E) is known color: Resolution Blue. HEX triplet: 20, 37 and 7E. RGB value is (32,55,126). Sum of RGB (Red+Green+Blue) = 32+55+126=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #20377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20377E is #DFC881. Grayscale: #373737. Windows color (decimal): -14665858 or 8271648. OLE color: 8271648.
HSL color Cylindrical-coordinate representation of color #20377E: hue angle of 225.32º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20377E is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 55 | 126 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.51 |
| HSL | 225.32º | 0.59% | 0.31% | - |
| HSV(B) | 225.32º | 0.75% | 0.49% | - |
| XYZ | 5.73 | 4.55 | 20.31 | - |
| YUV | 56.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 126 | 0.75 | 0.56 | 0 | 0.51 | 225.32 | 0.59 | 0.31 |
| Hex | 20 | 37 | 7E | 4B | 38 | 0 | 33 | E1 | 3B | 1F |
| Octal | 40 | 67 | 176 | 113 | 70 | 0 | 63 | 341 | 73 | 37 |
| Binary | 100000 | 110111 | 1111110 | 1001011 | 111000 | 0 | 110011 | 11100001 | 111011 | 11111 |
Color Harmonies of #20377E
Complementary color
Monochromatic Colors of #20377E
Black with #20377E
Text Example
Text Example
White with #20377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20377E; }
p { color: rgb(32,55,126); }
H1.HeaderClassName
{
color: #20377E;
}
.AnyTagClassName
{
color: #20377E;
}
</style>
background-color css
<style>
a { background-color: #20377E; }
a { background-color: rgb(32,55,126); }
div.DivClassName
{
background-color: #20377E;
}
.BgClassName
{
background-color: #20377E;
}
</style>
border-color css
<style>
span { border-color: #20377E; }
span { border-color: rgb(32,55,126); }
td.TdClassName
{
border-color: #20377E;
}
.TagClassName
{
border-color: #20377E;
}
</style>