Shades of Resolution Blue #203D87
Tints of Resolution Blue #203D87
RGB
CMYK
RGB Variations
Color information
#203D87 (or 0x203D87) is known color: Resolution Blue. HEX triplet: 20, 3D and 87. RGB value is (32,61,135). Sum of RGB (Red+Green+Blue) = 32+61+135=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #203D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203D87 is #DFC278. Grayscale: #3C3C3C. Windows color (decimal): -14664313 or 8863008. OLE color: 8863008.
HSL color Cylindrical-coordinate representation of color #203D87: hue angle of 223.11º 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 #203D87 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 61 | 135 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.47 |
| HSL | 223.11º | 0.62% | 0.33% | - |
| HSV(B) | 223.11º | 0.76% | 0.53% | - |
| XYZ | 6.64 | 5.39 | 23.61 | - |
| YUV | 60.77 | 169.89 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 135 | 0.76 | 0.55 | 0 | 0.47 | 223.11 | 0.62 | 0.33 |
| Hex | 20 | 3D | 87 | 4C | 37 | 0 | 2F | DF | 3E | 21 |
| Octal | 40 | 75 | 207 | 114 | 67 | 0 | 57 | 337 | 76 | 41 |
| Binary | 100000 | 111101 | 10000111 | 1001100 | 110111 | 0 | 101111 | 11011111 | 111110 | 100001 |
Color Harmonies of #203D87
Complementary color
Monochromatic Colors of #203D87
Black with #203D87
Text Example
Text Example
White with #203D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D87; }
p { color: rgb(32,61,135); }
H1.HeaderClassName
{
color: #203D87;
}
.AnyTagClassName
{
color: #203D87;
}
</style>
background-color css
<style>
a { background-color: #203D87; }
a { background-color: rgb(32,61,135); }
div.DivClassName
{
background-color: #203D87;
}
.BgClassName
{
background-color: #203D87;
}
</style>
border-color css
<style>
span { border-color: #203D87; }
span { border-color: rgb(32,61,135); }
td.TdClassName
{
border-color: #203D87;
}
.TagClassName
{
border-color: #203D87;
}
</style>