Shades of Resolution Blue #20388B
Tints of Resolution Blue #20388B
RGB
CMYK
RGB Variations
Color information
#20388B (or 0x20388B) is known color: Resolution Blue. HEX triplet: 20, 38 and 8B. RGB value is (32,56,139). Sum of RGB (Red+Green+Blue) = 32+56+139=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #20388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20388B is #DFC774. Grayscale: #393939. Windows color (decimal): -14665589 or 9123872. OLE color: 9123872.
HSL color Cylindrical-coordinate representation of color #20388B: hue angle of 226.54º 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 #20388B is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 56 | 139 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.45 |
| HSL | 226.54º | 0.63% | 0.34% | - |
| HSV(B) | 226.54º | 0.77% | 0.55% | - |
| XYZ | 6.67 | 5 | 25.04 | - |
| YUV | 58.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 139 | 0.77 | 0.60 | 0 | 0.45 | 226.54 | 0.63 | 0.34 |
| Hex | 20 | 38 | 8B | 4D | 3C | 0 | 2D | E3 | 3F | 22 |
| Octal | 40 | 70 | 213 | 115 | 74 | 0 | 55 | 343 | 77 | 42 |
| Binary | 100000 | 111000 | 10001011 | 1001101 | 111100 | 0 | 101101 | 11100011 | 111111 | 100010 |
Color Harmonies of #20388B
Complementary color
Monochromatic Colors of #20388B
Black with #20388B
Text Example
Text Example
White with #20388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20388B; }
p { color: rgb(32,56,139); }
H1.HeaderClassName
{
color: #20388B;
}
.AnyTagClassName
{
color: #20388B;
}
</style>
background-color css
<style>
a { background-color: #20388B; }
a { background-color: rgb(32,56,139); }
div.DivClassName
{
background-color: #20388B;
}
.BgClassName
{
background-color: #20388B;
}
</style>
border-color css
<style>
span { border-color: #20388B; }
span { border-color: rgb(32,56,139); }
td.TdClassName
{
border-color: #20388B;
}
.TagClassName
{
border-color: #20388B;
}
</style>