Shades of Resolution Blue #203F7C
Tints of Resolution Blue #203F7C
RGB
CMYK
RGB Variations
Color information
#203F7C (or 0x203F7C) is known color: Resolution Blue. HEX triplet: 20, 3F and 7C. RGB value is (32,63,124). Sum of RGB (Red+Green+Blue) = 32+63+124=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #203F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F7C is #DFC083. Grayscale: #3C3C3C. Windows color (decimal): -14663812 or 8142624. OLE color: 8142624.
HSL color Cylindrical-coordinate representation of color #203F7C: hue angle of 219.78º 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 #203F7C is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 63 | 124 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.51 |
| HSL | 219.78º | 0.59% | 0.31% | - |
| HSV(B) | 219.78º | 0.74% | 0.49% | - |
| XYZ | 6.01 | 5.32 | 19.78 | - |
| YUV | 60.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 124 | 0.74 | 0.49 | 0 | 0.51 | 219.78 | 0.59 | 0.31 |
| Hex | 20 | 3F | 7C | 4A | 31 | 0 | 33 | DC | 3B | 1F |
| Octal | 40 | 77 | 174 | 112 | 61 | 0 | 63 | 334 | 73 | 37 |
| Binary | 100000 | 111111 | 1111100 | 1001010 | 110001 | 0 | 110011 | 11011100 | 111011 | 11111 |
Color Harmonies of #203F7C
Complementary color
Monochromatic Colors of #203F7C
Black with #203F7C
Text Example
Text Example
White with #203F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F7C; }
p { color: rgb(32,63,124); }
H1.HeaderClassName
{
color: #203F7C;
}
.AnyTagClassName
{
color: #203F7C;
}
</style>
background-color css
<style>
a { background-color: #203F7C; }
a { background-color: rgb(32,63,124); }
div.DivClassName
{
background-color: #203F7C;
}
.BgClassName
{
background-color: #203F7C;
}
</style>
border-color css
<style>
span { border-color: #203F7C; }
span { border-color: rgb(32,63,124); }
td.TdClassName
{
border-color: #203F7C;
}
.TagClassName
{
border-color: #203F7C;
}
</style>