Shades of Resolution Blue #203C71
Tints of Resolution Blue #203C71
RGB
CMYK
RGB Variations
Color information
#203C71 (or 0x203C71) is known color: Resolution Blue. HEX triplet: 20, 3C and 71. RGB value is (32,60,113). Sum of RGB (Red+Green+Blue) = 32+60+113=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #203C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C71 is #DFC38E. Grayscale: #393939. Windows color (decimal): -14664591 or 7420960. OLE color: 7420960.
HSL color Cylindrical-coordinate representation of color #203C71: hue angle of 219.26º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203C71 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 60 | 113 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.56 |
| HSL | 219.26º | 0.56% | 0.28% | - |
| HSV(B) | 219.26º | 0.72% | 0.44% | - |
| XYZ | 5.19 | 4.73 | 16.26 | - |
| YUV | 57.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 113 | 0.72 | 0.47 | 0 | 0.56 | 219.26 | 0.56 | 0.28 |
| Hex | 20 | 3C | 71 | 48 | 2F | 0 | 38 | DB | 38 | 1C |
| Octal | 40 | 74 | 161 | 110 | 57 | 0 | 70 | 333 | 70 | 34 |
| Binary | 100000 | 111100 | 1110001 | 1001000 | 101111 | 0 | 111000 | 11011011 | 111000 | 11100 |
Color Harmonies of #203C71
Complementary color
Monochromatic Colors of #203C71
Black with #203C71
Text Example
Text Example
White with #203C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C71; }
p { color: rgb(32,60,113); }
H1.HeaderClassName
{
color: #203C71;
}
.AnyTagClassName
{
color: #203C71;
}
</style>
background-color css
<style>
a { background-color: #203C71; }
a { background-color: rgb(32,60,113); }
div.DivClassName
{
background-color: #203C71;
}
.BgClassName
{
background-color: #203C71;
}
</style>
border-color css
<style>
span { border-color: #203C71; }
span { border-color: rgb(32,60,113); }
td.TdClassName
{
border-color: #203C71;
}
.TagClassName
{
border-color: #203C71;
}
</style>