Shades of Resolution Blue #203A8A
Tints of Resolution Blue #203A8A
RGB
CMYK
RGB Variations
Color information
#203A8A (or 0x203A8A) is known color: Resolution Blue. HEX triplet: 20, 3A and 8A. RGB value is (32,58,138). Sum of RGB (Red+Green+Blue) = 32+58+138=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #203A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A8A is #DFC575. Grayscale: #3B3B3B. Windows color (decimal): -14665078 or 9058848. OLE color: 9058848.
HSL color Cylindrical-coordinate representation of color #203A8A: hue angle of 225.28º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203A8A is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 58 | 138 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.46 |
| HSL | 225.28º | 0.62% | 0.33% | - |
| HSV(B) | 225.28º | 0.77% | 0.54% | - |
| XYZ | 6.7 | 5.17 | 24.69 | - |
| YUV | 59.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 138 | 0.77 | 0.58 | 0 | 0.46 | 225.28 | 0.62 | 0.33 |
| Hex | 20 | 3A | 8A | 4D | 3A | 0 | 2E | E1 | 3E | 21 |
| Octal | 40 | 72 | 212 | 115 | 72 | 0 | 56 | 341 | 76 | 41 |
| Binary | 100000 | 111010 | 10001010 | 1001101 | 111010 | 0 | 101110 | 11100001 | 111110 | 100001 |
Color Harmonies of #203A8A
Complementary color
Monochromatic Colors of #203A8A
Black with #203A8A
Text Example
Text Example
White with #203A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A8A; }
p { color: rgb(32,58,138); }
H1.HeaderClassName
{
color: #203A8A;
}
.AnyTagClassName
{
color: #203A8A;
}
</style>
background-color css
<style>
a { background-color: #203A8A; }
a { background-color: rgb(32,58,138); }
div.DivClassName
{
background-color: #203A8A;
}
.BgClassName
{
background-color: #203A8A;
}
</style>
border-color css
<style>
span { border-color: #203A8A; }
span { border-color: rgb(32,58,138); }
td.TdClassName
{
border-color: #203A8A;
}
.TagClassName
{
border-color: #203A8A;
}
</style>