Shades of Resolution Blue #20367C
Tints of Resolution Blue #20367C
RGB
CMYK
RGB Variations
Color information
#20367C (or 0x20367C) is known color: Resolution Blue. HEX triplet: 20, 36 and 7C. RGB value is (32,54,124). Sum of RGB (Red+Green+Blue) = 32+54+124=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #20367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20367C is #DFC983. Grayscale: #373737. Windows color (decimal): -14666116 or 8140320. OLE color: 8140320.
HSL color Cylindrical-coordinate representation of color #20367C: hue angle of 225.65º 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 #20367C is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 54 | 124 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.51 |
| HSL | 225.65º | 0.59% | 0.31% | - |
| HSV(B) | 225.65º | 0.74% | 0.49% | - |
| XYZ | 5.55 | 4.4 | 19.63 | - |
| YUV | 55.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 124 | 0.74 | 0.56 | 0 | 0.51 | 225.65 | 0.59 | 0.31 |
| Hex | 20 | 36 | 7C | 4A | 38 | 0 | 33 | E2 | 3B | 1F |
| Octal | 40 | 66 | 174 | 112 | 70 | 0 | 63 | 342 | 73 | 37 |
| Binary | 100000 | 110110 | 1111100 | 1001010 | 111000 | 0 | 110011 | 11100010 | 111011 | 11111 |
Color Harmonies of #20367C
Complementary color
Monochromatic Colors of #20367C
Black with #20367C
Text Example
Text Example
White with #20367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20367C; }
p { color: rgb(32,54,124); }
H1.HeaderClassName
{
color: #20367C;
}
.AnyTagClassName
{
color: #20367C;
}
</style>
background-color css
<style>
a { background-color: #20367C; }
a { background-color: rgb(32,54,124); }
div.DivClassName
{
background-color: #20367C;
}
.BgClassName
{
background-color: #20367C;
}
</style>
border-color css
<style>
span { border-color: #20367C; }
span { border-color: rgb(32,54,124); }
td.TdClassName
{
border-color: #20367C;
}
.TagClassName
{
border-color: #20367C;
}
</style>