Shades of Resolution Blue #20317B
Tints of Resolution Blue #20317B
RGB
CMYK
RGB Variations
Color information
#20317B (or 0x20317B) is known color: Resolution Blue. HEX triplet: 20, 31 and 7B. RGB value is (32,49,123). Sum of RGB (Red+Green+Blue) = 32+49+123=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #20317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20317B is #DFCE84. Grayscale: #343434. Windows color (decimal): -14667397 or 8073504. OLE color: 8073504.
HSL color Cylindrical-coordinate representation of color #20317B: hue angle of 228.79º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20317B is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 49 | 123 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.52 |
| HSL | 228.79º | 0.59% | 0.3% | - |
| HSV(B) | 228.79º | 0.74% | 0.48% | - |
| XYZ | 5.27 | 3.93 | 19.22 | - |
| YUV | 52.35 | 167.87 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 123 | 0.74 | 0.60 | 0 | 0.52 | 228.79 | 0.59 | 0.3 |
| Hex | 20 | 31 | 7B | 4A | 3C | 0 | 34 | E5 | 3B | 1E |
| Octal | 40 | 61 | 173 | 112 | 74 | 0 | 64 | 345 | 73 | 36 |
| Binary | 100000 | 110001 | 1111011 | 1001010 | 111100 | 0 | 110100 | 11100101 | 111011 | 11110 |
Color Harmonies of #20317B
Complementary color
Monochromatic Colors of #20317B
Black with #20317B
Text Example
Text Example
White with #20317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20317B; }
p { color: rgb(32,49,123); }
H1.HeaderClassName
{
color: #20317B;
}
.AnyTagClassName
{
color: #20317B;
}
</style>
background-color css
<style>
a { background-color: #20317B; }
a { background-color: rgb(32,49,123); }
div.DivClassName
{
background-color: #20317B;
}
.BgClassName
{
background-color: #20317B;
}
</style>
border-color css
<style>
span { border-color: #20317B; }
span { border-color: rgb(32,49,123); }
td.TdClassName
{
border-color: #20317B;
}
.TagClassName
{
border-color: #20317B;
}
</style>