Shades of Resolution Blue #203178
Tints of Resolution Blue #203178
RGB
CMYK
RGB Variations
Color information
#203178 (or 0x203178) is known color: Resolution Blue. HEX triplet: 20, 31 and 78. RGB value is (32,49,120). Sum of RGB (Red+Green+Blue) = 32+49+120=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #203178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203178 is #DFCE87. Grayscale: #333333. Windows color (decimal): -14667400 or 7876896. OLE color: 7876896.
HSL color Cylindrical-coordinate representation of color #203178: hue angle of 228.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203178 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 49 | 120 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.53 |
| HSL | 228.41º | 0.58% | 0.3% | - |
| HSV(B) | 228.41º | 0.73% | 0.47% | - |
| XYZ | 5.08 | 3.86 | 18.25 | - |
| YUV | 52.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 120 | 0.73 | 0.59 | 0 | 0.53 | 228.41 | 0.58 | 0.3 |
| Hex | 20 | 31 | 78 | 49 | 3B | 0 | 35 | E4 | 3A | 1E |
| Octal | 40 | 61 | 170 | 111 | 73 | 0 | 65 | 344 | 72 | 36 |
| Binary | 100000 | 110001 | 1111000 | 1001001 | 111011 | 0 | 110101 | 11100100 | 111010 | 11110 |
Color Harmonies of #203178
Complementary color
Monochromatic Colors of #203178
Black with #203178
Text Example
Text Example
White with #203178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203178; }
p { color: rgb(32,49,120); }
H1.HeaderClassName
{
color: #203178;
}
.AnyTagClassName
{
color: #203178;
}
</style>
background-color css
<style>
a { background-color: #203178; }
a { background-color: rgb(32,49,120); }
div.DivClassName
{
background-color: #203178;
}
.BgClassName
{
background-color: #203178;
}
</style>
border-color css
<style>
span { border-color: #203178; }
span { border-color: rgb(32,49,120); }
td.TdClassName
{
border-color: #203178;
}
.TagClassName
{
border-color: #203178;
}
</style>