Shades of Resolution Blue #203373
Tints of Resolution Blue #203373
RGB
CMYK
RGB Variations
Color information
#203373 (or 0x203373) is known color: Resolution Blue. HEX triplet: 20, 33 and 73. RGB value is (32,51,115). Sum of RGB (Red+Green+Blue) = 32+51+115=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #203373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203373 is #DFCC8C. Grayscale: #343434. Windows color (decimal): -14666893 or 7549728. OLE color: 7549728.
HSL color Cylindrical-coordinate representation of color #203373: hue angle of 226.27º 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 #203373 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 51 | 115 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.55 |
| HSL | 226.27º | 0.56% | 0.29% | - |
| HSV(B) | 226.27º | 0.72% | 0.45% | - |
| XYZ | 4.87 | 3.91 | 16.72 | - |
| YUV | 52.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 115 | 0.72 | 0.56 | 0 | 0.55 | 226.27 | 0.56 | 0.29 |
| Hex | 20 | 33 | 73 | 48 | 38 | 0 | 37 | E2 | 38 | 1D |
| Octal | 40 | 63 | 163 | 110 | 70 | 0 | 67 | 342 | 70 | 35 |
| Binary | 100000 | 110011 | 1110011 | 1001000 | 111000 | 0 | 110111 | 11100010 | 111000 | 11101 |
Color Harmonies of #203373
Complementary color
Monochromatic Colors of #203373
Black with #203373
Text Example
Text Example
White with #203373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203373; }
p { color: rgb(32,51,115); }
H1.HeaderClassName
{
color: #203373;
}
.AnyTagClassName
{
color: #203373;
}
</style>
background-color css
<style>
a { background-color: #203373; }
a { background-color: rgb(32,51,115); }
div.DivClassName
{
background-color: #203373;
}
.BgClassName
{
background-color: #203373;
}
</style>
border-color css
<style>
span { border-color: #203373; }
span { border-color: rgb(32,51,115); }
td.TdClassName
{
border-color: #203373;
}
.TagClassName
{
border-color: #203373;
}
</style>