Shades of Resolution Blue #203A88
Tints of Resolution Blue #203A88
RGB
CMYK
RGB Variations
Color information
#203A88 (or 0x203A88) is known color: Resolution Blue. HEX triplet: 20, 3A and 88. RGB value is (32,58,136). Sum of RGB (Red+Green+Blue) = 32+58+136=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #203A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A88 is #DFC577. Grayscale: #3A3A3A. Windows color (decimal): -14665080 or 8927776. OLE color: 8927776.
HSL color Cylindrical-coordinate representation of color #203A88: hue angle of 225º 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 #203A88 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 58 | 136 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.47 |
| HSL | 225º | 0.62% | 0.33% | - |
| HSV(B) | 225º | 0.76% | 0.53% | - |
| XYZ | 6.55 | 5.11 | 23.93 | - |
| YUV | 59.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 136 | 0.76 | 0.57 | 0 | 0.47 | 225 | 0.62 | 0.33 |
| Hex | 20 | 3A | 88 | 4C | 39 | 0 | 2F | E1 | 3E | 21 |
| Octal | 40 | 72 | 210 | 114 | 71 | 0 | 57 | 341 | 76 | 41 |
| Binary | 100000 | 111010 | 10001000 | 1001100 | 111001 | 0 | 101111 | 11100001 | 111110 | 100001 |
Color Harmonies of #203A88
Complementary color
Monochromatic Colors of #203A88
Black with #203A88
Text Example
Text Example
White with #203A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A88; }
p { color: rgb(32,58,136); }
H1.HeaderClassName
{
color: #203A88;
}
.AnyTagClassName
{
color: #203A88;
}
</style>
background-color css
<style>
a { background-color: #203A88; }
a { background-color: rgb(32,58,136); }
div.DivClassName
{
background-color: #203A88;
}
.BgClassName
{
background-color: #203A88;
}
</style>
border-color css
<style>
span { border-color: #203A88; }
span { border-color: rgb(32,58,136); }
td.TdClassName
{
border-color: #203A88;
}
.TagClassName
{
border-color: #203A88;
}
</style>