Shades of Resolution Blue #203B85
Tints of Resolution Blue #203B85
RGB
CMYK
RGB Variations
Color information
#203B85 (or 0x203B85) is known color: Resolution Blue. HEX triplet: 20, 3B and 85. RGB value is (32,59,133). Sum of RGB (Red+Green+Blue) = 32+59+133=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #203B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203B85 is #DFC47A. Grayscale: #3B3B3B. Windows color (decimal): -14664827 or 8731424. OLE color: 8731424.
HSL color Cylindrical-coordinate representation of color #203B85: hue angle of 223.96º 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 #203B85 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 59 | 133 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.48 |
| HSL | 223.96º | 0.61% | 0.32% | - |
| HSV(B) | 223.96º | 0.76% | 0.52% | - |
| XYZ | 6.39 | 5.13 | 22.84 | - |
| YUV | 59.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 133 | 0.76 | 0.56 | 0 | 0.48 | 223.96 | 0.61 | 0.32 |
| Hex | 20 | 3B | 85 | 4C | 38 | 0 | 30 | E0 | 3D | 20 |
| Octal | 40 | 73 | 205 | 114 | 70 | 0 | 60 | 340 | 75 | 40 |
| Binary | 100000 | 111011 | 10000101 | 1001100 | 111000 | 0 | 110000 | 11100000 | 111101 | 100000 |
Color Harmonies of #203B85
Complementary color
Monochromatic Colors of #203B85
Black with #203B85
Text Example
Text Example
White with #203B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B85; }
p { color: rgb(32,59,133); }
H1.HeaderClassName
{
color: #203B85;
}
.AnyTagClassName
{
color: #203B85;
}
</style>
background-color css
<style>
a { background-color: #203B85; }
a { background-color: rgb(32,59,133); }
div.DivClassName
{
background-color: #203B85;
}
.BgClassName
{
background-color: #203B85;
}
</style>
border-color css
<style>
span { border-color: #203B85; }
span { border-color: rgb(32,59,133); }
td.TdClassName
{
border-color: #203B85;
}
.TagClassName
{
border-color: #203B85;
}
</style>