Shades of Resolution Blue #203480
Tints of Resolution Blue #203480
RGB
CMYK
RGB Variations
Color information
#203480 (or 0x203480) is known color: Resolution Blue. HEX triplet: 20, 34 and 80. RGB value is (32,52,128). Sum of RGB (Red+Green+Blue) = 32+52+128=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #203480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203480 is #DFCB7F. Grayscale: #363636. Windows color (decimal): -14666624 or 8401952. OLE color: 8401952.
HSL color Cylindrical-coordinate representation of color #203480: hue angle of 227.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #203480 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 52 | 128 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.50 |
| HSL | 227.5º | 0.6% | 0.31% | - |
| HSV(B) | 227.5º | 0.75% | 0.5% | - |
| XYZ | 5.72 | 4.32 | 20.95 | - |
| YUV | 54.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 128 | 0.75 | 0.59 | 0 | 0.50 | 227.5 | 0.6 | 0.31 |
| Hex | 20 | 34 | 80 | 4B | 3B | 0 | 32 | E4 | 3C | 1F |
| Octal | 40 | 64 | 200 | 113 | 73 | 0 | 62 | 344 | 74 | 37 |
| Binary | 100000 | 110100 | 10000000 | 1001011 | 111011 | 0 | 110010 | 11100100 | 111100 | 11111 |
Color Harmonies of #203480
Complementary color
Monochromatic Colors of #203480
Black with #203480
Text Example
Text Example
White with #203480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203480; }
p { color: rgb(32,52,128); }
H1.HeaderClassName
{
color: #203480;
}
.AnyTagClassName
{
color: #203480;
}
</style>
background-color css
<style>
a { background-color: #203480; }
a { background-color: rgb(32,52,128); }
div.DivClassName
{
background-color: #203480;
}
.BgClassName
{
background-color: #203480;
}
</style>
border-color css
<style>
span { border-color: #203480; }
span { border-color: rgb(32,52,128); }
td.TdClassName
{
border-color: #203480;
}
.TagClassName
{
border-color: #203480;
}
</style>