Shades of Resolution Blue #203B7F
Tints of Resolution Blue #203B7F
RGB
CMYK
RGB Variations
Color information
#203B7F (or 0x203B7F) is known color: Resolution Blue. HEX triplet: 20, 3B and 7F. RGB value is (32,59,127). Sum of RGB (Red+Green+Blue) = 32+59+127=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #203B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B7F is #DFC480. Grayscale: #3A3A3A. Windows color (decimal): -14664833 or 8338208. OLE color: 8338208.
HSL color Cylindrical-coordinate representation of color #203B7F: hue angle of 222.95º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #203B7F is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 59 | 127 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.50 |
| HSL | 222.95º | 0.6% | 0.31% | - |
| HSV(B) | 222.95º | 0.75% | 0.5% | - |
| XYZ | 5.99 | 4.97 | 20.72 | - |
| YUV | 58.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 127 | 0.75 | 0.54 | 0 | 0.50 | 222.95 | 0.6 | 0.31 |
| Hex | 20 | 3B | 7F | 4B | 36 | 0 | 32 | DF | 3C | 1F |
| Octal | 40 | 73 | 177 | 113 | 66 | 0 | 62 | 337 | 74 | 37 |
| Binary | 100000 | 111011 | 1111111 | 1001011 | 110110 | 0 | 110010 | 11011111 | 111100 | 11111 |
Color Harmonies of #203B7F
Complementary color
Monochromatic Colors of #203B7F
Black with #203B7F
Text Example
Text Example
White with #203B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B7F; }
p { color: rgb(32,59,127); }
H1.HeaderClassName
{
color: #203B7F;
}
.AnyTagClassName
{
color: #203B7F;
}
</style>
background-color css
<style>
a { background-color: #203B7F; }
a { background-color: rgb(32,59,127); }
div.DivClassName
{
background-color: #203B7F;
}
.BgClassName
{
background-color: #203B7F;
}
</style>
border-color css
<style>
span { border-color: #203B7F; }
span { border-color: rgb(32,59,127); }
td.TdClassName
{
border-color: #203B7F;
}
.TagClassName
{
border-color: #203B7F;
}
</style>