Shades of Resolution Blue #203A84
Tints of Resolution Blue #203A84
RGB
CMYK
RGB Variations
Color information
#203A84 (or 0x203A84) is known color: Resolution Blue. HEX triplet: 20, 3A and 84. RGB value is (32,58,132). Sum of RGB (Red+Green+Blue) = 32+58+132=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #203A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A84 is #DFC57B. Grayscale: #3A3A3A. Windows color (decimal): -14665084 or 8665632. OLE color: 8665632.
HSL color Cylindrical-coordinate representation of color #203A84: hue angle of 224.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #203A84 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 58 | 132 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.48 |
| HSL | 224.4º | 0.61% | 0.32% | - |
| HSV(B) | 224.4º | 0.76% | 0.52% | - |
| XYZ | 6.27 | 5 | 22.46 | - |
| YUV | 58.66 | 169.39 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 132 | 0.76 | 0.56 | 0 | 0.48 | 224.4 | 0.61 | 0.32 |
| Hex | 20 | 3A | 84 | 4C | 38 | 0 | 30 | E0 | 3D | 20 |
| Octal | 40 | 72 | 204 | 114 | 70 | 0 | 60 | 340 | 75 | 40 |
| Binary | 100000 | 111010 | 10000100 | 1001100 | 111000 | 0 | 110000 | 11100000 | 111101 | 100000 |
Color Harmonies of #203A84
Complementary color
Monochromatic Colors of #203A84
Black with #203A84
Text Example
Text Example
White with #203A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A84; }
p { color: rgb(32,58,132); }
H1.HeaderClassName
{
color: #203A84;
}
.AnyTagClassName
{
color: #203A84;
}
</style>
background-color css
<style>
a { background-color: #203A84; }
a { background-color: rgb(32,58,132); }
div.DivClassName
{
background-color: #203A84;
}
.BgClassName
{
background-color: #203A84;
}
</style>
border-color css
<style>
span { border-color: #203A84; }
span { border-color: rgb(32,58,132); }
td.TdClassName
{
border-color: #203A84;
}
.TagClassName
{
border-color: #203A84;
}
</style>