Shades of Resolution Blue #203A79
Tints of Resolution Blue #203A79
RGB
CMYK
RGB Variations
Color information
#203A79 (or 0x203A79) is known color: Resolution Blue. HEX triplet: 20, 3A and 79. RGB value is (32,58,121). Sum of RGB (Red+Green+Blue) = 32+58+121=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #203A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A79 is #DFC586. Grayscale: #393939. Windows color (decimal): -14665095 or 7944736. OLE color: 7944736.
HSL color Cylindrical-coordinate representation of color #203A79: hue angle of 222.47º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203A79 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 58 | 121 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.53 |
| HSL | 222.47º | 0.58% | 0.3% | - |
| HSV(B) | 222.47º | 0.74% | 0.47% | - |
| XYZ | 5.56 | 4.71 | 18.71 | - |
| YUV | 57.41 | 163.89 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 121 | 0.74 | 0.52 | 0 | 0.53 | 222.47 | 0.58 | 0.3 |
| Hex | 20 | 3A | 79 | 4A | 34 | 0 | 35 | DE | 3A | 1E |
| Octal | 40 | 72 | 171 | 112 | 64 | 0 | 65 | 336 | 72 | 36 |
| Binary | 100000 | 111010 | 1111001 | 1001010 | 110100 | 0 | 110101 | 11011110 | 111010 | 11110 |
Color Harmonies of #203A79
Complementary color
Monochromatic Colors of #203A79
Black with #203A79
Text Example
Text Example
White with #203A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A79; }
p { color: rgb(32,58,121); }
H1.HeaderClassName
{
color: #203A79;
}
.AnyTagClassName
{
color: #203A79;
}
</style>
background-color css
<style>
a { background-color: #203A79; }
a { background-color: rgb(32,58,121); }
div.DivClassName
{
background-color: #203A79;
}
.BgClassName
{
background-color: #203A79;
}
</style>
border-color css
<style>
span { border-color: #203A79; }
span { border-color: rgb(32,58,121); }
td.TdClassName
{
border-color: #203A79;
}
.TagClassName
{
border-color: #203A79;
}
</style>