Shades of Resolution Blue #20357D
Tints of Resolution Blue #20357D
RGB
CMYK
RGB Variations
Color information
#20357D (or 0x20357D) is known color: Resolution Blue. HEX triplet: 20, 35 and 7D. RGB value is (32,53,125). Sum of RGB (Red+Green+Blue) = 32+53+125=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #20357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20357D is #DFCA82. Grayscale: #363636. Windows color (decimal): -14666371 or 8205600. OLE color: 8205600.
HSL color Cylindrical-coordinate representation of color #20357D: hue angle of 226.45º 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 #20357D is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 53 | 125 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.51 |
| HSL | 226.45º | 0.59% | 0.31% | - |
| HSV(B) | 226.45º | 0.74% | 0.49% | - |
| XYZ | 5.57 | 4.33 | 19.94 | - |
| YUV | 54.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 125 | 0.74 | 0.58 | 0 | 0.51 | 226.45 | 0.59 | 0.31 |
| Hex | 20 | 35 | 7D | 4A | 3A | 0 | 33 | E2 | 3B | 1F |
| Octal | 40 | 65 | 175 | 112 | 72 | 0 | 63 | 342 | 73 | 37 |
| Binary | 100000 | 110101 | 1111101 | 1001010 | 111010 | 0 | 110011 | 11100010 | 111011 | 11111 |
Color Harmonies of #20357D
Complementary color
Monochromatic Colors of #20357D
Black with #20357D
Text Example
Text Example
White with #20357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20357D; }
p { color: rgb(32,53,125); }
H1.HeaderClassName
{
color: #20357D;
}
.AnyTagClassName
{
color: #20357D;
}
</style>
background-color css
<style>
a { background-color: #20357D; }
a { background-color: rgb(32,53,125); }
div.DivClassName
{
background-color: #20357D;
}
.BgClassName
{
background-color: #20357D;
}
</style>
border-color css
<style>
span { border-color: #20357D; }
span { border-color: rgb(32,53,125); }
td.TdClassName
{
border-color: #20357D;
}
.TagClassName
{
border-color: #20357D;
}
</style>