Shades of Resolution Blue #203C79
Tints of Resolution Blue #203C79
RGB
CMYK
RGB Variations
Color information
#203C79 (or 0x203C79) is known color: Resolution Blue. HEX triplet: 20, 3C and 79. RGB value is (32,60,121). Sum of RGB (Red+Green+Blue) = 32+60+121=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #203C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C79 is #DFC386. Grayscale: #3A3A3A. Windows color (decimal): -14664583 or 7945248. OLE color: 7945248.
HSL color Cylindrical-coordinate representation of color #203C79: hue angle of 221.12º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203C79 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 60 | 121 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.53 |
| HSL | 221.12º | 0.58% | 0.3% | - |
| HSV(B) | 221.12º | 0.74% | 0.47% | - |
| XYZ | 5.66 | 4.92 | 18.74 | - |
| YUV | 58.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 121 | 0.74 | 0.50 | 0 | 0.53 | 221.12 | 0.58 | 0.3 |
| Hex | 20 | 3C | 79 | 4A | 32 | 0 | 35 | DD | 3A | 1E |
| Octal | 40 | 74 | 171 | 112 | 62 | 0 | 65 | 335 | 72 | 36 |
| Binary | 100000 | 111100 | 1111001 | 1001010 | 110010 | 0 | 110101 | 11011101 | 111010 | 11110 |
Color Harmonies of #203C79
Complementary color
Monochromatic Colors of #203C79
Black with #203C79
Text Example
Text Example
White with #203C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C79; }
p { color: rgb(32,60,121); }
H1.HeaderClassName
{
color: #203C79;
}
.AnyTagClassName
{
color: #203C79;
}
</style>
background-color css
<style>
a { background-color: #203C79; }
a { background-color: rgb(32,60,121); }
div.DivClassName
{
background-color: #203C79;
}
.BgClassName
{
background-color: #203C79;
}
</style>
border-color css
<style>
span { border-color: #203C79; }
span { border-color: rgb(32,60,121); }
td.TdClassName
{
border-color: #203C79;
}
.TagClassName
{
border-color: #203C79;
}
</style>