Shades of Resolution Blue #203F7D
Tints of Resolution Blue #203F7D
RGB
CMYK
RGB Variations
Color information
#203F7D (or 0x203F7D) is known color: Resolution Blue. HEX triplet: 20, 3F and 7D. RGB value is (32,63,125). Sum of RGB (Red+Green+Blue) = 32+63+125=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #203F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F7D is #DFC082. Grayscale: #3C3C3C. Windows color (decimal): -14663811 or 8208160. OLE color: 8208160.
HSL color Cylindrical-coordinate representation of color #203F7D: hue angle of 220º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203F7D is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 63 | 125 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.51 |
| HSL | 220º | 0.59% | 0.31% | - |
| HSV(B) | 220º | 0.74% | 0.49% | - |
| XYZ | 6.07 | 5.34 | 20.11 | - |
| YUV | 60.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 125 | 0.74 | 0.50 | 0 | 0.51 | 220 | 0.59 | 0.31 |
| Hex | 20 | 3F | 7D | 4A | 32 | 0 | 33 | DC | 3B | 1F |
| Octal | 40 | 77 | 175 | 112 | 62 | 0 | 63 | 334 | 73 | 37 |
| Binary | 100000 | 111111 | 1111101 | 1001010 | 110010 | 0 | 110011 | 11011100 | 111011 | 11111 |
Color Harmonies of #203F7D
Complementary color
Monochromatic Colors of #203F7D
Black with #203F7D
Text Example
Text Example
White with #203F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F7D; }
p { color: rgb(32,63,125); }
H1.HeaderClassName
{
color: #203F7D;
}
.AnyTagClassName
{
color: #203F7D;
}
</style>
background-color css
<style>
a { background-color: #203F7D; }
a { background-color: rgb(32,63,125); }
div.DivClassName
{
background-color: #203F7D;
}
.BgClassName
{
background-color: #203F7D;
}
</style>
border-color css
<style>
span { border-color: #203F7D; }
span { border-color: rgb(32,63,125); }
td.TdClassName
{
border-color: #203F7D;
}
.TagClassName
{
border-color: #203F7D;
}
</style>