Shades of Resolution Blue #20407C
Tints of Resolution Blue #20407C
RGB
CMYK
RGB Variations
Color information
#20407C (or 0x20407C) is known color: Resolution Blue. HEX triplet: 20, 40 and 7C. RGB value is (32,64,124). Sum of RGB (Red+Green+Blue) = 32+64+124=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #20407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20407C is #DFBF83. Grayscale: #3D3D3D. Windows color (decimal): -14663556 or 8142880. OLE color: 8142880.
HSL color Cylindrical-coordinate representation of color #20407C: hue angle of 219.13º 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 #20407C is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 64 | 124 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.51 |
| HSL | 219.13º | 0.59% | 0.31% | - |
| HSV(B) | 219.13º | 0.74% | 0.49% | - |
| XYZ | 6.07 | 5.43 | 19.8 | - |
| YUV | 61.27 | 163.4 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 124 | 0.74 | 0.48 | 0 | 0.51 | 219.13 | 0.59 | 0.31 |
| Hex | 20 | 40 | 7C | 4A | 30 | 0 | 33 | DB | 3B | 1F |
| Octal | 40 | 100 | 174 | 112 | 60 | 0 | 63 | 333 | 73 | 37 |
| Binary | 100000 | 1000000 | 1111100 | 1001010 | 110000 | 0 | 110011 | 11011011 | 111011 | 11111 |
Color Harmonies of #20407C
Complementary color
Monochromatic Colors of #20407C
Black with #20407C
Text Example
Text Example
White with #20407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20407C; }
p { color: rgb(32,64,124); }
H1.HeaderClassName
{
color: #20407C;
}
.AnyTagClassName
{
color: #20407C;
}
</style>
background-color css
<style>
a { background-color: #20407C; }
a { background-color: rgb(32,64,124); }
div.DivClassName
{
background-color: #20407C;
}
.BgClassName
{
background-color: #20407C;
}
</style>
border-color css
<style>
span { border-color: #20407C; }
span { border-color: rgb(32,64,124); }
td.TdClassName
{
border-color: #20407C;
}
.TagClassName
{
border-color: #20407C;
}
</style>