Shades of Resolution Blue #20357F
Tints of Resolution Blue #20357F
RGB
CMYK
RGB Variations
Color information
#20357F (or 0x20357F) is known color: Resolution Blue. HEX triplet: 20, 35 and 7F. RGB value is (32,53,127). Sum of RGB (Red+Green+Blue) = 32+53+127=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #20357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20357F is #DFCA80. Grayscale: #363636. Windows color (decimal): -14666369 or 8336672. OLE color: 8336672.
HSL color Cylindrical-coordinate representation of color #20357F: hue angle of 226.74º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20357F is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 53 | 127 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.50 |
| HSL | 226.74º | 0.6% | 0.31% | - |
| HSV(B) | 226.74º | 0.75% | 0.5% | - |
| XYZ | 5.7 | 4.39 | 20.62 | - |
| YUV | 55.16 | 168.54 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 127 | 0.75 | 0.58 | 0 | 0.50 | 226.74 | 0.6 | 0.31 |
| Hex | 20 | 35 | 7F | 4B | 3A | 0 | 32 | E3 | 3C | 1F |
| Octal | 40 | 65 | 177 | 113 | 72 | 0 | 62 | 343 | 74 | 37 |
| Binary | 100000 | 110101 | 1111111 | 1001011 | 111010 | 0 | 110010 | 11100011 | 111100 | 11111 |
Color Harmonies of #20357F
Complementary color
Monochromatic Colors of #20357F
Black with #20357F
Text Example
Text Example
White with #20357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20357F; }
p { color: rgb(32,53,127); }
H1.HeaderClassName
{
color: #20357F;
}
.AnyTagClassName
{
color: #20357F;
}
</style>
background-color css
<style>
a { background-color: #20357F; }
a { background-color: rgb(32,53,127); }
div.DivClassName
{
background-color: #20357F;
}
.BgClassName
{
background-color: #20357F;
}
</style>
border-color css
<style>
span { border-color: #20357F; }
span { border-color: rgb(32,53,127); }
td.TdClassName
{
border-color: #20357F;
}
.TagClassName
{
border-color: #20357F;
}
</style>