Shades of Resolution Blue #203A8C
Tints of Resolution Blue #203A8C
RGB
CMYK
RGB Variations
Color information
#203A8C (or 0x203A8C) is known color: Resolution Blue. HEX triplet: 20, 3A and 8C. RGB value is (32,58,140). Sum of RGB (Red+Green+Blue) = 32+58+140=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #203A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A8C is #DFC573. Grayscale: #3B3B3B. Windows color (decimal): -14665076 or 9189920. OLE color: 9189920.
HSL color Cylindrical-coordinate representation of color #203A8C: hue angle of 225.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203A8C is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 58 | 140 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.45 |
| HSL | 225.56º | 0.63% | 0.34% | - |
| HSV(B) | 225.56º | 0.77% | 0.55% | - |
| XYZ | 6.84 | 5.23 | 25.46 | - |
| YUV | 59.57 | 173.39 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 140 | 0.77 | 0.59 | 0 | 0.45 | 225.56 | 0.63 | 0.34 |
| Hex | 20 | 3A | 8C | 4D | 3B | 0 | 2D | E2 | 3F | 22 |
| Octal | 40 | 72 | 214 | 115 | 73 | 0 | 55 | 342 | 77 | 42 |
| Binary | 100000 | 111010 | 10001100 | 1001101 | 111011 | 0 | 101101 | 11100010 | 111111 | 100010 |
Color Harmonies of #203A8C
Complementary color
Monochromatic Colors of #203A8C
Black with #203A8C
Text Example
Text Example
White with #203A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A8C; }
p { color: rgb(32,58,140); }
H1.HeaderClassName
{
color: #203A8C;
}
.AnyTagClassName
{
color: #203A8C;
}
</style>
background-color css
<style>
a { background-color: #203A8C; }
a { background-color: rgb(32,58,140); }
div.DivClassName
{
background-color: #203A8C;
}
.BgClassName
{
background-color: #203A8C;
}
</style>
border-color css
<style>
span { border-color: #203A8C; }
span { border-color: rgb(32,58,140); }
td.TdClassName
{
border-color: #203A8C;
}
.TagClassName
{
border-color: #203A8C;
}
</style>