Shades of Resolution Blue #203375
Tints of Resolution Blue #203375
RGB
CMYK
RGB Variations
Color information
#203375 (or 0x203375) is known color: Resolution Blue. HEX triplet: 20, 33 and 75. RGB value is (32,51,117). Sum of RGB (Red+Green+Blue) = 32+51+117=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #203375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203375 is #DFCC8A. Grayscale: #343434. Windows color (decimal): -14666891 or 7680800. OLE color: 7680800.
HSL color Cylindrical-coordinate representation of color #203375: hue angle of 226.59º 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 #203375 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 51 | 117 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.54 |
| HSL | 226.59º | 0.57% | 0.29% | - |
| HSV(B) | 226.59º | 0.73% | 0.46% | - |
| XYZ | 4.99 | 3.96 | 17.33 | - |
| YUV | 52.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 117 | 0.73 | 0.56 | 0 | 0.54 | 226.59 | 0.57 | 0.29 |
| Hex | 20 | 33 | 75 | 49 | 38 | 0 | 36 | E3 | 39 | 1D |
| Octal | 40 | 63 | 165 | 111 | 70 | 0 | 66 | 343 | 71 | 35 |
| Binary | 100000 | 110011 | 1110101 | 1001001 | 111000 | 0 | 110110 | 11100011 | 111001 | 11101 |
Color Harmonies of #203375
Complementary color
Monochromatic Colors of #203375
Black with #203375
Text Example
Text Example
White with #203375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203375; }
p { color: rgb(32,51,117); }
H1.HeaderClassName
{
color: #203375;
}
.AnyTagClassName
{
color: #203375;
}
</style>
background-color css
<style>
a { background-color: #203375; }
a { background-color: rgb(32,51,117); }
div.DivClassName
{
background-color: #203375;
}
.BgClassName
{
background-color: #203375;
}
</style>
border-color css
<style>
span { border-color: #203375; }
span { border-color: rgb(32,51,117); }
td.TdClassName
{
border-color: #203375;
}
.TagClassName
{
border-color: #203375;
}
</style>