Shades of Resolution Blue #203F85
Tints of Resolution Blue #203F85
RGB
CMYK
RGB Variations
Color information
#203F85 (or 0x203F85) is known color: Resolution Blue. HEX triplet: 20, 3F and 85. RGB value is (32,63,133). Sum of RGB (Red+Green+Blue) = 32+63+133=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #203F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F85 is #DFC07A. Grayscale: #3D3D3D. Windows color (decimal): -14663803 or 8732448. OLE color: 8732448.
HSL color Cylindrical-coordinate representation of color #203F85: hue angle of 221.58º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #203F85 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 63 | 133 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.48 |
| HSL | 221.58º | 0.61% | 0.32% | - |
| HSV(B) | 221.58º | 0.76% | 0.52% | - |
| XYZ | 6.61 | 5.56 | 22.91 | - |
| YUV | 61.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 133 | 0.76 | 0.53 | 0 | 0.48 | 221.58 | 0.61 | 0.32 |
| Hex | 20 | 3F | 85 | 4C | 35 | 0 | 30 | DE | 3D | 20 |
| Octal | 40 | 77 | 205 | 114 | 65 | 0 | 60 | 336 | 75 | 40 |
| Binary | 100000 | 111111 | 10000101 | 1001100 | 110101 | 0 | 110000 | 11011110 | 111101 | 100000 |
Color Harmonies of #203F85
Complementary color
Monochromatic Colors of #203F85
Black with #203F85
Text Example
Text Example
White with #203F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F85; }
p { color: rgb(32,63,133); }
H1.HeaderClassName
{
color: #203F85;
}
.AnyTagClassName
{
color: #203F85;
}
</style>
background-color css
<style>
a { background-color: #203F85; }
a { background-color: rgb(32,63,133); }
div.DivClassName
{
background-color: #203F85;
}
.BgClassName
{
background-color: #203F85;
}
</style>
border-color css
<style>
span { border-color: #203F85; }
span { border-color: rgb(32,63,133); }
td.TdClassName
{
border-color: #203F85;
}
.TagClassName
{
border-color: #203F85;
}
</style>