Shades of Resolution Blue #203F82
Tints of Resolution Blue #203F82
RGB
CMYK
RGB Variations
Color information
#203F82 (or 0x203F82) is known color: Resolution Blue. HEX triplet: 20, 3F and 82. RGB value is (32,63,130). Sum of RGB (Red+Green+Blue) = 32+63+130=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #203F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F82 is #DFC07D. Grayscale: #3D3D3D. Windows color (decimal): -14663806 or 8535840. OLE color: 8535840.
HSL color Cylindrical-coordinate representation of color #203F82: hue angle of 221.02º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #203F82 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 63 | 130 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.49 |
| HSL | 221.02º | 0.6% | 0.32% | - |
| HSV(B) | 221.02º | 0.75% | 0.51% | - |
| XYZ | 6.4 | 5.47 | 21.84 | - |
| YUV | 61.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 130 | 0.75 | 0.52 | 0 | 0.49 | 221.02 | 0.6 | 0.32 |
| Hex | 20 | 3F | 82 | 4B | 34 | 0 | 31 | DD | 3C | 20 |
| Octal | 40 | 77 | 202 | 113 | 64 | 0 | 61 | 335 | 74 | 40 |
| Binary | 100000 | 111111 | 10000010 | 1001011 | 110100 | 0 | 110001 | 11011101 | 111100 | 100000 |
Color Harmonies of #203F82
Complementary color
Monochromatic Colors of #203F82
Black with #203F82
Text Example
Text Example
White with #203F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F82; }
p { color: rgb(32,63,130); }
H1.HeaderClassName
{
color: #203F82;
}
.AnyTagClassName
{
color: #203F82;
}
</style>
background-color css
<style>
a { background-color: #203F82; }
a { background-color: rgb(32,63,130); }
div.DivClassName
{
background-color: #203F82;
}
.BgClassName
{
background-color: #203F82;
}
</style>
border-color css
<style>
span { border-color: #203F82; }
span { border-color: rgb(32,63,130); }
td.TdClassName
{
border-color: #203F82;
}
.TagClassName
{
border-color: #203F82;
}
</style>