Shades of Resolution Blue #203475
Tints of Resolution Blue #203475
RGB
CMYK
RGB Variations
Color information
#203475 (or 0x203475) is known color: Resolution Blue. HEX triplet: 20, 34 and 75. RGB value is (32,52,117). Sum of RGB (Red+Green+Blue) = 32+52+117=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #203475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203475 is #DFCB8A. Grayscale: #353535. Windows color (decimal): -14666635 or 7681056. OLE color: 7681056.
HSL color Cylindrical-coordinate representation of color #203475: hue angle of 225.88º 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 #203475 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 52 | 117 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.54 |
| HSL | 225.88º | 0.57% | 0.29% | - |
| HSV(B) | 225.88º | 0.73% | 0.46% | - |
| XYZ | 5.03 | 4.05 | 17.35 | - |
| YUV | 53.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 117 | 0.73 | 0.56 | 0 | 0.54 | 225.88 | 0.57 | 0.29 |
| Hex | 20 | 34 | 75 | 49 | 38 | 0 | 36 | E2 | 39 | 1D |
| Octal | 40 | 64 | 165 | 111 | 70 | 0 | 66 | 342 | 71 | 35 |
| Binary | 100000 | 110100 | 1110101 | 1001001 | 111000 | 0 | 110110 | 11100010 | 111001 | 11101 |
Color Harmonies of #203475
Complementary color
Monochromatic Colors of #203475
Black with #203475
Text Example
Text Example
White with #203475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203475; }
p { color: rgb(32,52,117); }
H1.HeaderClassName
{
color: #203475;
}
.AnyTagClassName
{
color: #203475;
}
</style>
background-color css
<style>
a { background-color: #203475; }
a { background-color: rgb(32,52,117); }
div.DivClassName
{
background-color: #203475;
}
.BgClassName
{
background-color: #203475;
}
</style>
border-color css
<style>
span { border-color: #203475; }
span { border-color: rgb(32,52,117); }
td.TdClassName
{
border-color: #203475;
}
.TagClassName
{
border-color: #203475;
}
</style>