Shades of Resolution Blue #203B81
Tints of Resolution Blue #203B81
RGB
CMYK
RGB Variations
Color information
#203B81 (or 0x203B81) is known color: Resolution Blue. HEX triplet: 20, 3B and 81. RGB value is (32,59,129). Sum of RGB (Red+Green+Blue) = 32+59+129=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #203B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203B81 is #DFC47E. Grayscale: #3A3A3A. Windows color (decimal): -14664831 or 8469280. OLE color: 8469280.
HSL color Cylindrical-coordinate representation of color #203B81: hue angle of 223.3º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #203B81 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 59 | 129 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.49 |
| HSL | 223.3º | 0.6% | 0.32% | - |
| HSV(B) | 223.3º | 0.75% | 0.51% | - |
| XYZ | 6.12 | 5.02 | 21.42 | - |
| YUV | 58.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 129 | 0.75 | 0.54 | 0 | 0.49 | 223.3 | 0.6 | 0.32 |
| Hex | 20 | 3B | 81 | 4B | 36 | 0 | 31 | DF | 3C | 20 |
| Octal | 40 | 73 | 201 | 113 | 66 | 0 | 61 | 337 | 74 | 40 |
| Binary | 100000 | 111011 | 10000001 | 1001011 | 110110 | 0 | 110001 | 11011111 | 111100 | 100000 |
Color Harmonies of #203B81
Complementary color
Monochromatic Colors of #203B81
Black with #203B81
Text Example
Text Example
White with #203B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B81; }
p { color: rgb(32,59,129); }
H1.HeaderClassName
{
color: #203B81;
}
.AnyTagClassName
{
color: #203B81;
}
</style>
background-color css
<style>
a { background-color: #203B81; }
a { background-color: rgb(32,59,129); }
div.DivClassName
{
background-color: #203B81;
}
.BgClassName
{
background-color: #203B81;
}
</style>
border-color css
<style>
span { border-color: #203B81; }
span { border-color: rgb(32,59,129); }
td.TdClassName
{
border-color: #203B81;
}
.TagClassName
{
border-color: #203B81;
}
</style>