Shades of Resolution Blue #203A85
Tints of Resolution Blue #203A85
RGB
CMYK
RGB Variations
Color information
#203A85 (or 0x203A85) is known color: Resolution Blue. HEX triplet: 20, 3A and 85. RGB value is (32,58,133). Sum of RGB (Red+Green+Blue) = 32+58+133=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #203A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A85 is #DFC57A. Grayscale: #3A3A3A. Windows color (decimal): -14665083 or 8731168. OLE color: 8731168.
HSL color Cylindrical-coordinate representation of color #203A85: hue angle of 224.55º 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 #203A85 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 58 | 133 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.48 |
| HSL | 224.55º | 0.61% | 0.32% | - |
| HSV(B) | 224.55º | 0.76% | 0.52% | - |
| XYZ | 6.34 | 5.03 | 22.83 | - |
| YUV | 58.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 133 | 0.76 | 0.56 | 0 | 0.48 | 224.55 | 0.61 | 0.32 |
| Hex | 20 | 3A | 85 | 4C | 38 | 0 | 30 | E1 | 3D | 20 |
| Octal | 40 | 72 | 205 | 114 | 70 | 0 | 60 | 341 | 75 | 40 |
| Binary | 100000 | 111010 | 10000101 | 1001100 | 111000 | 0 | 110000 | 11100001 | 111101 | 100000 |
Color Harmonies of #203A85
Complementary color
Monochromatic Colors of #203A85
Black with #203A85
Text Example
Text Example
White with #203A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A85; }
p { color: rgb(32,58,133); }
H1.HeaderClassName
{
color: #203A85;
}
.AnyTagClassName
{
color: #203A85;
}
</style>
background-color css
<style>
a { background-color: #203A85; }
a { background-color: rgb(32,58,133); }
div.DivClassName
{
background-color: #203A85;
}
.BgClassName
{
background-color: #203A85;
}
</style>
border-color css
<style>
span { border-color: #203A85; }
span { border-color: rgb(32,58,133); }
td.TdClassName
{
border-color: #203A85;
}
.TagClassName
{
border-color: #203A85;
}
</style>