Shades of Resolution Blue #203683
Tints of Resolution Blue #203683
RGB
CMYK
RGB Variations
Color information
#203683 (or 0x203683) is known color: Resolution Blue. HEX triplet: 20, 36 and 83. RGB value is (32,54,131). Sum of RGB (Red+Green+Blue) = 32+54+131=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #203683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203683 is #DFC97C. Grayscale: #373737. Windows color (decimal): -14666109 or 8599072. OLE color: 8599072.
HSL color Cylindrical-coordinate representation of color #203683: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #203683 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 54 | 131 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.49 |
| HSL | 226.67º | 0.61% | 0.32% | - |
| HSV(B) | 226.67º | 0.76% | 0.51% | - |
| XYZ | 6.01 | 4.58 | 22.04 | - |
| YUV | 56.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 131 | 0.76 | 0.59 | 0 | 0.49 | 226.67 | 0.61 | 0.32 |
| Hex | 20 | 36 | 83 | 4C | 3B | 0 | 31 | E3 | 3D | 20 |
| Octal | 40 | 66 | 203 | 114 | 73 | 0 | 61 | 343 | 75 | 40 |
| Binary | 100000 | 110110 | 10000011 | 1001100 | 111011 | 0 | 110001 | 11100011 | 111101 | 100000 |
Color Harmonies of #203683
Complementary color
Monochromatic Colors of #203683
Black with #203683
Text Example
Text Example
White with #203683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203683; }
p { color: rgb(32,54,131); }
H1.HeaderClassName
{
color: #203683;
}
.AnyTagClassName
{
color: #203683;
}
</style>
background-color css
<style>
a { background-color: #203683; }
a { background-color: rgb(32,54,131); }
div.DivClassName
{
background-color: #203683;
}
.BgClassName
{
background-color: #203683;
}
</style>
border-color css
<style>
span { border-color: #203683; }
span { border-color: rgb(32,54,131); }
td.TdClassName
{
border-color: #203683;
}
.TagClassName
{
border-color: #203683;
}
</style>