Shades of Resolution Blue #203173
Tints of Resolution Blue #203173
RGB
CMYK
RGB Variations
Color information
#203173 (or 0x203173) is known color: Resolution Blue. HEX triplet: 20, 31 and 73. RGB value is (32,49,115). Sum of RGB (Red+Green+Blue) = 32+49+115=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #203173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203173 is #DFCE8C. Grayscale: #333333. Windows color (decimal): -14667405 or 7549216. OLE color: 7549216.
HSL color Cylindrical-coordinate representation of color #203173: hue angle of 227.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203173 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 49 | 115 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.55 |
| HSL | 227.71º | 0.56% | 0.29% | - |
| HSV(B) | 227.71º | 0.72% | 0.45% | - |
| XYZ | 4.79 | 3.74 | 16.69 | - |
| YUV | 51.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 115 | 0.72 | 0.57 | 0 | 0.55 | 227.71 | 0.56 | 0.29 |
| Hex | 20 | 31 | 73 | 48 | 39 | 0 | 37 | E4 | 38 | 1D |
| Octal | 40 | 61 | 163 | 110 | 71 | 0 | 67 | 344 | 70 | 35 |
| Binary | 100000 | 110001 | 1110011 | 1001000 | 111001 | 0 | 110111 | 11100100 | 111000 | 11101 |
Color Harmonies of #203173
Complementary color
Monochromatic Colors of #203173
Black with #203173
Text Example
Text Example
White with #203173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203173; }
p { color: rgb(32,49,115); }
H1.HeaderClassName
{
color: #203173;
}
.AnyTagClassName
{
color: #203173;
}
</style>
background-color css
<style>
a { background-color: #203173; }
a { background-color: rgb(32,49,115); }
div.DivClassName
{
background-color: #203173;
}
.BgClassName
{
background-color: #203173;
}
</style>
border-color css
<style>
span { border-color: #203173; }
span { border-color: rgb(32,49,115); }
td.TdClassName
{
border-color: #203173;
}
.TagClassName
{
border-color: #203173;
}
</style>