Shades of Resolution Blue #203077
Tints of Resolution Blue #203077
RGB
CMYK
RGB Variations
Color information
#203077 (or 0x203077) is known color: Resolution Blue. HEX triplet: 20, 30 and 77. RGB value is (32,48,119). Sum of RGB (Red+Green+Blue) = 32+48+119=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #203077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203077 is #DFCF88. Grayscale: #333333. Windows color (decimal): -14667657 or 7811104. OLE color: 7811104.
HSL color Cylindrical-coordinate representation of color #203077: hue angle of 228.97º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203077 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 48 | 119 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.53 |
| HSL | 228.97º | 0.58% | 0.3% | - |
| HSV(B) | 228.97º | 0.73% | 0.47% | - |
| XYZ | 4.98 | 3.75 | 17.91 | - |
| YUV | 51.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 119 | 0.73 | 0.60 | 0 | 0.53 | 228.97 | 0.58 | 0.3 |
| Hex | 20 | 30 | 77 | 49 | 3C | 0 | 35 | E5 | 3A | 1E |
| Octal | 40 | 60 | 167 | 111 | 74 | 0 | 65 | 345 | 72 | 36 |
| Binary | 100000 | 110000 | 1110111 | 1001001 | 111100 | 0 | 110101 | 11100101 | 111010 | 11110 |
Color Harmonies of #203077
Complementary color
Monochromatic Colors of #203077
Black with #203077
Text Example
Text Example
White with #203077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203077; }
p { color: rgb(32,48,119); }
H1.HeaderClassName
{
color: #203077;
}
.AnyTagClassName
{
color: #203077;
}
</style>
background-color css
<style>
a { background-color: #203077; }
a { background-color: rgb(32,48,119); }
div.DivClassName
{
background-color: #203077;
}
.BgClassName
{
background-color: #203077;
}
</style>
border-color css
<style>
span { border-color: #203077; }
span { border-color: rgb(32,48,119); }
td.TdClassName
{
border-color: #203077;
}
.TagClassName
{
border-color: #203077;
}
</style>