Shades of Resolution Blue #203C74
Tints of Resolution Blue #203C74
RGB
CMYK
RGB Variations
Color information
#203C74 (or 0x203C74) is known color: Resolution Blue. HEX triplet: 20, 3C and 74. RGB value is (32,60,116). Sum of RGB (Red+Green+Blue) = 32+60+116=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #203C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C74 is #DFC38B. Grayscale: #393939. Windows color (decimal): -14664588 or 7617568. OLE color: 7617568.
HSL color Cylindrical-coordinate representation of color #203C74: hue angle of 220º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203C74 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 60 | 116 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.55 |
| HSL | 220º | 0.57% | 0.29% | - |
| HSV(B) | 220º | 0.72% | 0.45% | - |
| XYZ | 5.36 | 4.8 | 17.17 | - |
| YUV | 58.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 116 | 0.72 | 0.48 | 0 | 0.55 | 220 | 0.57 | 0.29 |
| Hex | 20 | 3C | 74 | 48 | 30 | 0 | 37 | DC | 39 | 1D |
| Octal | 40 | 74 | 164 | 110 | 60 | 0 | 67 | 334 | 71 | 35 |
| Binary | 100000 | 111100 | 1110100 | 1001000 | 110000 | 0 | 110111 | 11011100 | 111001 | 11101 |
Color Harmonies of #203C74
Complementary color
Monochromatic Colors of #203C74
Black with #203C74
Text Example
Text Example
White with #203C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C74; }
p { color: rgb(32,60,116); }
H1.HeaderClassName
{
color: #203C74;
}
.AnyTagClassName
{
color: #203C74;
}
</style>
background-color css
<style>
a { background-color: #203C74; }
a { background-color: rgb(32,60,116); }
div.DivClassName
{
background-color: #203C74;
}
.BgClassName
{
background-color: #203C74;
}
</style>
border-color css
<style>
span { border-color: #203C74; }
span { border-color: rgb(32,60,116); }
td.TdClassName
{
border-color: #203C74;
}
.TagClassName
{
border-color: #203C74;
}
</style>