Shades of Resolution Blue #203387
Tints of Resolution Blue #203387
RGB
CMYK
RGB Variations
Color information
#203387 (or 0x203387) is known color: Resolution Blue. HEX triplet: 20, 33 and 87. RGB value is (32,51,135). Sum of RGB (Red+Green+Blue) = 32+51+135=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #203387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203387 is #DFCC78. Grayscale: #363636. Windows color (decimal): -14666873 or 8860448. OLE color: 8860448.
HSL color Cylindrical-coordinate representation of color #203387: hue angle of 228.93º 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 #203387 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 51 | 135 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.47 |
| HSL | 228.93º | 0.62% | 0.33% | - |
| HSV(B) | 228.93º | 0.76% | 0.53% | - |
| XYZ | 6.15 | 4.42 | 23.45 | - |
| YUV | 54.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 135 | 0.76 | 0.62 | 0 | 0.47 | 228.93 | 0.62 | 0.33 |
| Hex | 20 | 33 | 87 | 4C | 3E | 0 | 2F | E5 | 3E | 21 |
| Octal | 40 | 63 | 207 | 114 | 76 | 0 | 57 | 345 | 76 | 41 |
| Binary | 100000 | 110011 | 10000111 | 1001100 | 111110 | 0 | 101111 | 11100101 | 111110 | 100001 |
Color Harmonies of #203387
Complementary color
Monochromatic Colors of #203387
Black with #203387
Text Example
Text Example
White with #203387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203387; }
p { color: rgb(32,51,135); }
H1.HeaderClassName
{
color: #203387;
}
.AnyTagClassName
{
color: #203387;
}
</style>
background-color css
<style>
a { background-color: #203387; }
a { background-color: rgb(32,51,135); }
div.DivClassName
{
background-color: #203387;
}
.BgClassName
{
background-color: #203387;
}
</style>
border-color css
<style>
span { border-color: #203387; }
span { border-color: rgb(32,51,135); }
td.TdClassName
{
border-color: #203387;
}
.TagClassName
{
border-color: #203387;
}
</style>