Shades of Resolution Blue #203E7E
Tints of Resolution Blue #203E7E
RGB
CMYK
RGB Variations
Color information
#203E7E (or 0x203E7E) is known color: Resolution Blue. HEX triplet: 20, 3E and 7E. RGB value is (32,62,126). Sum of RGB (Red+Green+Blue) = 32+62+126=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #203E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E7E is #DFC181. Grayscale: #3C3C3C. Windows color (decimal): -14664066 or 8273440. OLE color: 8273440.
HSL color Cylindrical-coordinate representation of color #203E7E: hue angle of 220.85º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #203E7E is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 62 | 126 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.51 |
| HSL | 220.85º | 0.59% | 0.31% | - |
| HSV(B) | 220.85º | 0.75% | 0.49% | - |
| XYZ | 6.08 | 5.26 | 20.43 | - |
| YUV | 60.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 126 | 0.75 | 0.51 | 0 | 0.51 | 220.85 | 0.59 | 0.31 |
| Hex | 20 | 3E | 7E | 4B | 33 | 0 | 33 | DD | 3B | 1F |
| Octal | 40 | 76 | 176 | 113 | 63 | 0 | 63 | 335 | 73 | 37 |
| Binary | 100000 | 111110 | 1111110 | 1001011 | 110011 | 0 | 110011 | 11011101 | 111011 | 11111 |
Color Harmonies of #203E7E
Complementary color
Monochromatic Colors of #203E7E
Black with #203E7E
Text Example
Text Example
White with #203E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E7E; }
p { color: rgb(32,62,126); }
H1.HeaderClassName
{
color: #203E7E;
}
.AnyTagClassName
{
color: #203E7E;
}
</style>
background-color css
<style>
a { background-color: #203E7E; }
a { background-color: rgb(32,62,126); }
div.DivClassName
{
background-color: #203E7E;
}
.BgClassName
{
background-color: #203E7E;
}
</style>
border-color css
<style>
span { border-color: #203E7E; }
span { border-color: rgb(32,62,126); }
td.TdClassName
{
border-color: #203E7E;
}
.TagClassName
{
border-color: #203E7E;
}
</style>