Shades of Resolution Blue #203B87
Tints of Resolution Blue #203B87
RGB
CMYK
RGB Variations
Color information
#203B87 (or 0x203B87) is known color: Resolution Blue. HEX triplet: 20, 3B and 87. RGB value is (32,59,135). Sum of RGB (Red+Green+Blue) = 32+59+135=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #203B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203B87 is #DFC478. Grayscale: #3B3B3B. Windows color (decimal): -14664825 or 8862496. OLE color: 8862496.
HSL color Cylindrical-coordinate representation of color #203B87: hue angle of 224.27º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #203B87 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 59 | 135 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.47 |
| HSL | 224.27º | 0.62% | 0.33% | - |
| HSV(B) | 224.27º | 0.76% | 0.53% | - |
| XYZ | 6.53 | 5.18 | 23.58 | - |
| YUV | 59.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 135 | 0.76 | 0.56 | 0 | 0.47 | 224.27 | 0.62 | 0.33 |
| Hex | 20 | 3B | 87 | 4C | 38 | 0 | 2F | E0 | 3E | 21 |
| Octal | 40 | 73 | 207 | 114 | 70 | 0 | 57 | 340 | 76 | 41 |
| Binary | 100000 | 111011 | 10000111 | 1001100 | 111000 | 0 | 101111 | 11100000 | 111110 | 100001 |
Color Harmonies of #203B87
Complementary color
Monochromatic Colors of #203B87
Black with #203B87
Text Example
Text Example
White with #203B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B87; }
p { color: rgb(32,59,135); }
H1.HeaderClassName
{
color: #203B87;
}
.AnyTagClassName
{
color: #203B87;
}
</style>
background-color css
<style>
a { background-color: #203B87; }
a { background-color: rgb(32,59,135); }
div.DivClassName
{
background-color: #203B87;
}
.BgClassName
{
background-color: #203B87;
}
</style>
border-color css
<style>
span { border-color: #203B87; }
span { border-color: rgb(32,59,135); }
td.TdClassName
{
border-color: #203B87;
}
.TagClassName
{
border-color: #203B87;
}
</style>