Shades of Resolution Blue #203C88
Tints of Resolution Blue #203C88
RGB
CMYK
RGB Variations
Color information
#203C88 (or 0x203C88) is known color: Resolution Blue. HEX triplet: 20, 3C and 88. RGB value is (32,60,136). Sum of RGB (Red+Green+Blue) = 32+60+136=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #203C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203C88 is #DFC377. Grayscale: #3B3B3B. Windows color (decimal): -14664568 or 8928288. OLE color: 8928288.
HSL color Cylindrical-coordinate representation of color #203C88: hue angle of 223.85º 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 #203C88 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 60 | 136 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.47 |
| HSL | 223.85º | 0.62% | 0.33% | - |
| HSV(B) | 223.85º | 0.76% | 0.53% | - |
| XYZ | 6.66 | 5.32 | 23.97 | - |
| YUV | 60.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 136 | 0.76 | 0.56 | 0 | 0.47 | 223.85 | 0.62 | 0.33 |
| Hex | 20 | 3C | 88 | 4C | 38 | 0 | 2F | E0 | 3E | 21 |
| Octal | 40 | 74 | 210 | 114 | 70 | 0 | 57 | 340 | 76 | 41 |
| Binary | 100000 | 111100 | 10001000 | 1001100 | 111000 | 0 | 101111 | 11100000 | 111110 | 100001 |
Color Harmonies of #203C88
Complementary color
Monochromatic Colors of #203C88
Black with #203C88
Text Example
Text Example
White with #203C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C88; }
p { color: rgb(32,60,136); }
H1.HeaderClassName
{
color: #203C88;
}
.AnyTagClassName
{
color: #203C88;
}
</style>
background-color css
<style>
a { background-color: #203C88; }
a { background-color: rgb(32,60,136); }
div.DivClassName
{
background-color: #203C88;
}
.BgClassName
{
background-color: #203C88;
}
</style>
border-color css
<style>
span { border-color: #203C88; }
span { border-color: rgb(32,60,136); }
td.TdClassName
{
border-color: #203C88;
}
.TagClassName
{
border-color: #203C88;
}
</style>