Shades of Resolution Blue #203785
Tints of Resolution Blue #203785
RGB
CMYK
RGB Variations
Color information
#203785 (or 0x203785) is known color: Resolution Blue. HEX triplet: 20, 37 and 85. RGB value is (32,55,133). Sum of RGB (Red+Green+Blue) = 32+55+133=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #203785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203785 is #DFC87A. Grayscale: #383838. Windows color (decimal): -14665851 or 8730400. OLE color: 8730400.
HSL color Cylindrical-coordinate representation of color #203785: hue angle of 226.34º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #203785 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 55 | 133 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.48 |
| HSL | 226.34º | 0.61% | 0.32% | - |
| HSV(B) | 226.34º | 0.76% | 0.52% | - |
| XYZ | 6.2 | 4.73 | 22.78 | - |
| YUV | 57.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 133 | 0.76 | 0.59 | 0 | 0.48 | 226.34 | 0.61 | 0.32 |
| Hex | 20 | 37 | 85 | 4C | 3B | 0 | 30 | E2 | 3D | 20 |
| Octal | 40 | 67 | 205 | 114 | 73 | 0 | 60 | 342 | 75 | 40 |
| Binary | 100000 | 110111 | 10000101 | 1001100 | 111011 | 0 | 110000 | 11100010 | 111101 | 100000 |
Color Harmonies of #203785
Complementary color
Monochromatic Colors of #203785
Black with #203785
Text Example
Text Example
White with #203785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203785; }
p { color: rgb(32,55,133); }
H1.HeaderClassName
{
color: #203785;
}
.AnyTagClassName
{
color: #203785;
}
</style>
background-color css
<style>
a { background-color: #203785; }
a { background-color: rgb(32,55,133); }
div.DivClassName
{
background-color: #203785;
}
.BgClassName
{
background-color: #203785;
}
</style>
border-color css
<style>
span { border-color: #203785; }
span { border-color: rgb(32,55,133); }
td.TdClassName
{
border-color: #203785;
}
.TagClassName
{
border-color: #203785;
}
</style>