Shades of Resolution Blue #20378C
Tints of Resolution Blue #20378C
RGB
CMYK
RGB Variations
Color information
#20378C (or 0x20378C) is known color: Resolution Blue. HEX triplet: 20, 37 and 8C. RGB value is (32,55,140). Sum of RGB (Red+Green+Blue) = 32+55+140=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #20378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20378C is #DFC873. Grayscale: #393939. Windows color (decimal): -14665844 or 9189152. OLE color: 9189152.
HSL color Cylindrical-coordinate representation of color #20378C: hue angle of 227.22º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20378C is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 55 | 140 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.45 |
| HSL | 227.22º | 0.63% | 0.34% | - |
| HSV(B) | 227.22º | 0.77% | 0.55% | - |
| XYZ | 6.7 | 4.93 | 25.41 | - |
| YUV | 57.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 140 | 0.77 | 0.61 | 0 | 0.45 | 227.22 | 0.63 | 0.34 |
| Hex | 20 | 37 | 8C | 4D | 3D | 0 | 2D | E3 | 3F | 22 |
| Octal | 40 | 67 | 214 | 115 | 75 | 0 | 55 | 343 | 77 | 42 |
| Binary | 100000 | 110111 | 10001100 | 1001101 | 111101 | 0 | 101101 | 11100011 | 111111 | 100010 |
Color Harmonies of #20378C
Complementary color
Monochromatic Colors of #20378C
Black with #20378C
Text Example
Text Example
White with #20378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20378C; }
p { color: rgb(32,55,140); }
H1.HeaderClassName
{
color: #20378C;
}
.AnyTagClassName
{
color: #20378C;
}
</style>
background-color css
<style>
a { background-color: #20378C; }
a { background-color: rgb(32,55,140); }
div.DivClassName
{
background-color: #20378C;
}
.BgClassName
{
background-color: #20378C;
}
</style>
border-color css
<style>
span { border-color: #20378C; }
span { border-color: rgb(32,55,140); }
td.TdClassName
{
border-color: #20378C;
}
.TagClassName
{
border-color: #20378C;
}
</style>