Shades of Resolution Blue #203C7B
Tints of Resolution Blue #203C7B
RGB
CMYK
RGB Variations
Color information
#203C7B (or 0x203C7B) is known color: Resolution Blue. HEX triplet: 20, 3C and 7B. RGB value is (32,60,123). Sum of RGB (Red+Green+Blue) = 32+60+123=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #203C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C7B is #DFC384. Grayscale: #3A3A3A. Windows color (decimal): -14664581 or 8076320. OLE color: 8076320.
HSL color Cylindrical-coordinate representation of color #203C7B: hue angle of 221.54º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203C7B is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 60 | 123 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.52 |
| HSL | 221.54º | 0.59% | 0.3% | - |
| HSV(B) | 221.54º | 0.74% | 0.48% | - |
| XYZ | 5.79 | 4.97 | 19.39 | - |
| YUV | 58.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 123 | 0.74 | 0.51 | 0 | 0.52 | 221.54 | 0.59 | 0.3 |
| Hex | 20 | 3C | 7B | 4A | 33 | 0 | 34 | DE | 3B | 1E |
| Octal | 40 | 74 | 173 | 112 | 63 | 0 | 64 | 336 | 73 | 36 |
| Binary | 100000 | 111100 | 1111011 | 1001010 | 110011 | 0 | 110100 | 11011110 | 111011 | 11110 |
Color Harmonies of #203C7B
Complementary color
Monochromatic Colors of #203C7B
Black with #203C7B
Text Example
Text Example
White with #203C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C7B; }
p { color: rgb(32,60,123); }
H1.HeaderClassName
{
color: #203C7B;
}
.AnyTagClassName
{
color: #203C7B;
}
</style>
background-color css
<style>
a { background-color: #203C7B; }
a { background-color: rgb(32,60,123); }
div.DivClassName
{
background-color: #203C7B;
}
.BgClassName
{
background-color: #203C7B;
}
</style>
border-color css
<style>
span { border-color: #203C7B; }
span { border-color: rgb(32,60,123); }
td.TdClassName
{
border-color: #203C7B;
}
.TagClassName
{
border-color: #203C7B;
}
</style>