Shades of Resolution Blue #20317E
Tints of Resolution Blue #20317E
RGB
CMYK
RGB Variations
Color information
#20317E (or 0x20317E) is known color: Resolution Blue. HEX triplet: 20, 31 and 7E. RGB value is (32,49,126). Sum of RGB (Red+Green+Blue) = 32+49+126=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #20317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20317E is #DFCE81. Grayscale: #343434. Windows color (decimal): -14667394 or 8270112. OLE color: 8270112.
HSL color Cylindrical-coordinate representation of color #20317E: hue angle of 229.15º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20317E is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 49 | 126 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.51 |
| HSL | 229.15º | 0.59% | 0.31% | - |
| HSV(B) | 229.15º | 0.75% | 0.49% | - |
| XYZ | 5.46 | 4.01 | 20.22 | - |
| YUV | 52.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 126 | 0.75 | 0.61 | 0 | 0.51 | 229.15 | 0.59 | 0.31 |
| Hex | 20 | 31 | 7E | 4B | 3D | 0 | 33 | E5 | 3B | 1F |
| Octal | 40 | 61 | 176 | 113 | 75 | 0 | 63 | 345 | 73 | 37 |
| Binary | 100000 | 110001 | 1111110 | 1001011 | 111101 | 0 | 110011 | 11100101 | 111011 | 11111 |
Color Harmonies of #20317E
Complementary color
Monochromatic Colors of #20317E
Black with #20317E
Text Example
Text Example
White with #20317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20317E; }
p { color: rgb(32,49,126); }
H1.HeaderClassName
{
color: #20317E;
}
.AnyTagClassName
{
color: #20317E;
}
</style>
background-color css
<style>
a { background-color: #20317E; }
a { background-color: rgb(32,49,126); }
div.DivClassName
{
background-color: #20317E;
}
.BgClassName
{
background-color: #20317E;
}
</style>
border-color css
<style>
span { border-color: #20317E; }
span { border-color: rgb(32,49,126); }
td.TdClassName
{
border-color: #20317E;
}
.TagClassName
{
border-color: #20317E;
}
</style>