Shades of Resolution Blue #203C76
Tints of Resolution Blue #203C76
RGB
CMYK
RGB Variations
Color information
#203C76 (or 0x203C76) is known color: Resolution Blue. HEX triplet: 20, 3C and 76. RGB value is (32,60,118). Sum of RGB (Red+Green+Blue) = 32+60+118=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #203C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C76 is #DFC389. Grayscale: #393939. Windows color (decimal): -14664586 or 7748640. OLE color: 7748640.
HSL color Cylindrical-coordinate representation of color #203C76: hue angle of 220.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203C76 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 60 | 118 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.54 |
| HSL | 220.47º | 0.57% | 0.29% | - |
| HSV(B) | 220.47º | 0.73% | 0.46% | - |
| XYZ | 5.48 | 4.85 | 17.79 | - |
| YUV | 58.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 118 | 0.73 | 0.49 | 0 | 0.54 | 220.47 | 0.57 | 0.29 |
| Hex | 20 | 3C | 76 | 49 | 31 | 0 | 36 | DC | 39 | 1D |
| Octal | 40 | 74 | 166 | 111 | 61 | 0 | 66 | 334 | 71 | 35 |
| Binary | 100000 | 111100 | 1110110 | 1001001 | 110001 | 0 | 110110 | 11011100 | 111001 | 11101 |
Color Harmonies of #203C76
Complementary color
Monochromatic Colors of #203C76
Black with #203C76
Text Example
Text Example
White with #203C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C76; }
p { color: rgb(32,60,118); }
H1.HeaderClassName
{
color: #203C76;
}
.AnyTagClassName
{
color: #203C76;
}
</style>
background-color css
<style>
a { background-color: #203C76; }
a { background-color: rgb(32,60,118); }
div.DivClassName
{
background-color: #203C76;
}
.BgClassName
{
background-color: #203C76;
}
</style>
border-color css
<style>
span { border-color: #203C76; }
span { border-color: rgb(32,60,118); }
td.TdClassName
{
border-color: #203C76;
}
.TagClassName
{
border-color: #203C76;
}
</style>