Shades of Resolution Blue #203C7D
Tints of Resolution Blue #203C7D
RGB
CMYK
RGB Variations
Color information
#203C7D (or 0x203C7D) is known color: Resolution Blue. HEX triplet: 20, 3C and 7D. RGB value is (32,60,125). Sum of RGB (Red+Green+Blue) = 32+60+125=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #203C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C7D is #DFC382. Grayscale: #3A3A3A. Windows color (decimal): -14664579 or 8207392. OLE color: 8207392.
HSL color Cylindrical-coordinate representation of color #203C7D: hue angle of 221.94º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203C7D is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 60 | 125 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.51 |
| HSL | 221.94º | 0.59% | 0.31% | - |
| HSV(B) | 221.94º | 0.74% | 0.49% | - |
| XYZ | 5.91 | 5.02 | 20.06 | - |
| YUV | 59.04 | 165.22 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 125 | 0.74 | 0.52 | 0 | 0.51 | 221.94 | 0.59 | 0.31 |
| Hex | 20 | 3C | 7D | 4A | 34 | 0 | 33 | DE | 3B | 1F |
| Octal | 40 | 74 | 175 | 112 | 64 | 0 | 63 | 336 | 73 | 37 |
| Binary | 100000 | 111100 | 1111101 | 1001010 | 110100 | 0 | 110011 | 11011110 | 111011 | 11111 |
Color Harmonies of #203C7D
Complementary color
Monochromatic Colors of #203C7D
Black with #203C7D
Text Example
Text Example
White with #203C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C7D; }
p { color: rgb(32,60,125); }
H1.HeaderClassName
{
color: #203C7D;
}
.AnyTagClassName
{
color: #203C7D;
}
</style>
background-color css
<style>
a { background-color: #203C7D; }
a { background-color: rgb(32,60,125); }
div.DivClassName
{
background-color: #203C7D;
}
.BgClassName
{
background-color: #203C7D;
}
</style>
border-color css
<style>
span { border-color: #203C7D; }
span { border-color: rgb(32,60,125); }
td.TdClassName
{
border-color: #203C7D;
}
.TagClassName
{
border-color: #203C7D;
}
</style>