Shades of Resolution Blue #20347C
Tints of Resolution Blue #20347C
RGB
CMYK
RGB Variations
Color information
#20347C (or 0x20347C) is known color: Resolution Blue. HEX triplet: 20, 34 and 7C. RGB value is (32,52,124). Sum of RGB (Red+Green+Blue) = 32+52+124=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #20347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20347C is #DFCB83. Grayscale: #353535. Windows color (decimal): -14666628 or 8139808. OLE color: 8139808.
HSL color Cylindrical-coordinate representation of color #20347C: hue angle of 226.96º 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 #20347C is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 52 | 124 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.51 |
| HSL | 226.96º | 0.59% | 0.31% | - |
| HSV(B) | 226.96º | 0.74% | 0.49% | - |
| XYZ | 5.46 | 4.22 | 19.6 | - |
| YUV | 54.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 124 | 0.74 | 0.58 | 0 | 0.51 | 226.96 | 0.59 | 0.31 |
| Hex | 20 | 34 | 7C | 4A | 3A | 0 | 33 | E3 | 3B | 1F |
| Octal | 40 | 64 | 174 | 112 | 72 | 0 | 63 | 343 | 73 | 37 |
| Binary | 100000 | 110100 | 1111100 | 1001010 | 111010 | 0 | 110011 | 11100011 | 111011 | 11111 |
Color Harmonies of #20347C
Complementary color
Monochromatic Colors of #20347C
Black with #20347C
Text Example
Text Example
White with #20347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20347C; }
p { color: rgb(32,52,124); }
H1.HeaderClassName
{
color: #20347C;
}
.AnyTagClassName
{
color: #20347C;
}
</style>
background-color css
<style>
a { background-color: #20347C; }
a { background-color: rgb(32,52,124); }
div.DivClassName
{
background-color: #20347C;
}
.BgClassName
{
background-color: #20347C;
}
</style>
border-color css
<style>
span { border-color: #20347C; }
span { border-color: rgb(32,52,124); }
td.TdClassName
{
border-color: #20347C;
}
.TagClassName
{
border-color: #20347C;
}
</style>