Shades of Resolution Blue #203087
Tints of Resolution Blue #203087
RGB
CMYK
RGB Variations
Color information
#203087 (or 0x203087) is known color: Resolution Blue. HEX triplet: 20, 30 and 87. RGB value is (32,48,135). Sum of RGB (Red+Green+Blue) = 32+48+135=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #203087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203087 is #DFCF78. Grayscale: #343434. Windows color (decimal): -14667641 or 8859680. OLE color: 8859680.
HSL color Cylindrical-coordinate representation of color #203087: hue angle of 230.68º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #203087 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 48 | 135 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.47 |
| HSL | 230.68º | 0.62% | 0.33% | - |
| HSV(B) | 230.68º | 0.76% | 0.53% | - |
| XYZ | 6.03 | 4.17 | 23.41 | - |
| YUV | 53.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 135 | 0.76 | 0.64 | 0 | 0.47 | 230.68 | 0.62 | 0.33 |
| Hex | 20 | 30 | 87 | 4C | 40 | 0 | 2F | E7 | 3E | 21 |
| Octal | 40 | 60 | 207 | 114 | 100 | 0 | 57 | 347 | 76 | 41 |
| Binary | 100000 | 110000 | 10000111 | 1001100 | 1000000 | 0 | 101111 | 11100111 | 111110 | 100001 |
Color Harmonies of #203087
Complementary color
Monochromatic Colors of #203087
Black with #203087
Text Example
Text Example
White with #203087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203087; }
p { color: rgb(32,48,135); }
H1.HeaderClassName
{
color: #203087;
}
.AnyTagClassName
{
color: #203087;
}
</style>
background-color css
<style>
a { background-color: #203087; }
a { background-color: rgb(32,48,135); }
div.DivClassName
{
background-color: #203087;
}
.BgClassName
{
background-color: #203087;
}
</style>
border-color css
<style>
span { border-color: #203087; }
span { border-color: rgb(32,48,135); }
td.TdClassName
{
border-color: #203087;
}
.TagClassName
{
border-color: #203087;
}
</style>