Shades of Resolution Blue #203089
Tints of Resolution Blue #203089
RGB
CMYK
RGB Variations
Color information
#203089 (or 0x203089) is known color: Resolution Blue. HEX triplet: 20, 30 and 89. RGB value is (32,48,137). Sum of RGB (Red+Green+Blue) = 32+48+137=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #203089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203089 is #DFCF76. Grayscale: #343434. Windows color (decimal): -14667639 or 8990752. OLE color: 8990752.
HSL color Cylindrical-coordinate representation of color #203089: hue angle of 230.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203089 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 48 | 137 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.46 |
| HSL | 230.86º | 0.62% | 0.33% | - |
| HSV(B) | 230.86º | 0.77% | 0.54% | - |
| XYZ | 6.17 | 4.23 | 24.16 | - |
| YUV | 53.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 137 | 0.77 | 0.65 | 0 | 0.46 | 230.86 | 0.62 | 0.33 |
| Hex | 20 | 30 | 89 | 4D | 41 | 0 | 2E | E7 | 3E | 21 |
| Octal | 40 | 60 | 211 | 115 | 101 | 0 | 56 | 347 | 76 | 41 |
| Binary | 100000 | 110000 | 10001001 | 1001101 | 1000001 | 0 | 101110 | 11100111 | 111110 | 100001 |
Color Harmonies of #203089
Complementary color
Monochromatic Colors of #203089
Black with #203089
Text Example
Text Example
White with #203089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203089; }
p { color: rgb(32,48,137); }
H1.HeaderClassName
{
color: #203089;
}
.AnyTagClassName
{
color: #203089;
}
</style>
background-color css
<style>
a { background-color: #203089; }
a { background-color: rgb(32,48,137); }
div.DivClassName
{
background-color: #203089;
}
.BgClassName
{
background-color: #203089;
}
</style>
border-color css
<style>
span { border-color: #203089; }
span { border-color: rgb(32,48,137); }
td.TdClassName
{
border-color: #203089;
}
.TagClassName
{
border-color: #203089;
}
</style>