Shades of Resolution Blue #203C87
Tints of Resolution Blue #203C87
RGB
CMYK
RGB Variations
Color information
#203C87 (or 0x203C87) is known color: Resolution Blue. HEX triplet: 20, 3C and 87. RGB value is (32,60,135). Sum of RGB (Red+Green+Blue) = 32+60+135=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #203C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203C87 is #DFC378. Grayscale: #3B3B3B. Windows color (decimal): -14664569 or 8862752. OLE color: 8862752.
HSL color Cylindrical-coordinate representation of color #203C87: hue angle of 223.69º 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 #203C87 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 60 | 135 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.47 |
| HSL | 223.69º | 0.62% | 0.33% | - |
| HSV(B) | 223.69º | 0.76% | 0.53% | - |
| XYZ | 6.58 | 5.29 | 23.6 | - |
| YUV | 60.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 135 | 0.76 | 0.56 | 0 | 0.47 | 223.69 | 0.62 | 0.33 |
| Hex | 20 | 3C | 87 | 4C | 38 | 0 | 2F | E0 | 3E | 21 |
| Octal | 40 | 74 | 207 | 114 | 70 | 0 | 57 | 340 | 76 | 41 |
| Binary | 100000 | 111100 | 10000111 | 1001100 | 111000 | 0 | 101111 | 11100000 | 111110 | 100001 |
Color Harmonies of #203C87
Complementary color
Monochromatic Colors of #203C87
Black with #203C87
Text Example
Text Example
White with #203C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C87; }
p { color: rgb(32,60,135); }
H1.HeaderClassName
{
color: #203C87;
}
.AnyTagClassName
{
color: #203C87;
}
</style>
background-color css
<style>
a { background-color: #203C87; }
a { background-color: rgb(32,60,135); }
div.DivClassName
{
background-color: #203C87;
}
.BgClassName
{
background-color: #203C87;
}
</style>
border-color css
<style>
span { border-color: #203C87; }
span { border-color: rgb(32,60,135); }
td.TdClassName
{
border-color: #203C87;
}
.TagClassName
{
border-color: #203C87;
}
</style>