Shades of Resolution Blue #203175
Tints of Resolution Blue #203175
RGB
CMYK
RGB Variations
Color information
#203175 (or 0x203175) is known color: Resolution Blue. HEX triplet: 20, 31 and 75. RGB value is (32,49,117). Sum of RGB (Red+Green+Blue) = 32+49+117=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #203175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203175 is #DFCE8A. Grayscale: #333333. Windows color (decimal): -14667403 or 7680288. OLE color: 7680288.
HSL color Cylindrical-coordinate representation of color #203175: hue angle of 228º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203175 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 49 | 117 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.54 |
| HSL | 228º | 0.57% | 0.29% | - |
| HSV(B) | 228º | 0.73% | 0.46% | - |
| XYZ | 4.9 | 3.79 | 17.3 | - |
| YUV | 51.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 117 | 0.73 | 0.58 | 0 | 0.54 | 228 | 0.57 | 0.29 |
| Hex | 20 | 31 | 75 | 49 | 3A | 0 | 36 | E4 | 39 | 1D |
| Octal | 40 | 61 | 165 | 111 | 72 | 0 | 66 | 344 | 71 | 35 |
| Binary | 100000 | 110001 | 1110101 | 1001001 | 111010 | 0 | 110110 | 11100100 | 111001 | 11101 |
Color Harmonies of #203175
Complementary color
Monochromatic Colors of #203175
Black with #203175
Text Example
Text Example
White with #203175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203175; }
p { color: rgb(32,49,117); }
H1.HeaderClassName
{
color: #203175;
}
.AnyTagClassName
{
color: #203175;
}
</style>
background-color css
<style>
a { background-color: #203175; }
a { background-color: rgb(32,49,117); }
div.DivClassName
{
background-color: #203175;
}
.BgClassName
{
background-color: #203175;
}
</style>
border-color css
<style>
span { border-color: #203175; }
span { border-color: rgb(32,49,117); }
td.TdClassName
{
border-color: #203175;
}
.TagClassName
{
border-color: #203175;
}
</style>