Shades of Resolution Blue #203076
Tints of Resolution Blue #203076
RGB
CMYK
RGB Variations
Color information
#203076 (or 0x203076) is known color: Resolution Blue. HEX triplet: 20, 30 and 76. RGB value is (32,48,118). Sum of RGB (Red+Green+Blue) = 32+48+118=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #203076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203076 is #DFCF89. Grayscale: #323232. Windows color (decimal): -14667658 or 7745568. OLE color: 7745568.
HSL color Cylindrical-coordinate representation of color #203076: hue angle of 228.84º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203076 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 48 | 118 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.54 |
| HSL | 228.84º | 0.57% | 0.29% | - |
| HSV(B) | 228.84º | 0.73% | 0.46% | - |
| XYZ | 4.92 | 3.73 | 17.6 | - |
| YUV | 51.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 118 | 0.73 | 0.59 | 0 | 0.54 | 228.84 | 0.57 | 0.29 |
| Hex | 20 | 30 | 76 | 49 | 3B | 0 | 36 | E5 | 39 | 1D |
| Octal | 40 | 60 | 166 | 111 | 73 | 0 | 66 | 345 | 71 | 35 |
| Binary | 100000 | 110000 | 1110110 | 1001001 | 111011 | 0 | 110110 | 11100101 | 111001 | 11101 |
Color Harmonies of #203076
Complementary color
Monochromatic Colors of #203076
Black with #203076
Text Example
Text Example
White with #203076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203076; }
p { color: rgb(32,48,118); }
H1.HeaderClassName
{
color: #203076;
}
.AnyTagClassName
{
color: #203076;
}
</style>
background-color css
<style>
a { background-color: #203076; }
a { background-color: rgb(32,48,118); }
div.DivClassName
{
background-color: #203076;
}
.BgClassName
{
background-color: #203076;
}
</style>
border-color css
<style>
span { border-color: #203076; }
span { border-color: rgb(32,48,118); }
td.TdClassName
{
border-color: #203076;
}
.TagClassName
{
border-color: #203076;
}
</style>