Shades of Resolution Blue #20308B
Tints of Resolution Blue #20308B
RGB
CMYK
RGB Variations
Color information
#20308B (or 0x20308B) is known color: Resolution Blue. HEX triplet: 20, 30 and 8B. RGB value is (32,48,139). Sum of RGB (Red+Green+Blue) = 32+48+139=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #20308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20308B is #DFCF74. Grayscale: #353535. Windows color (decimal): -14667637 or 9121824. OLE color: 9121824.
HSL color Cylindrical-coordinate representation of color #20308B: hue angle of 231.03º 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 #20308B is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 48 | 139 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.45 |
| HSL | 231.03º | 0.63% | 0.34% | - |
| HSV(B) | 231.03º | 0.77% | 0.55% | - |
| XYZ | 6.31 | 4.29 | 24.92 | - |
| YUV | 53.59 | 176.2 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 139 | 0.77 | 0.65 | 0 | 0.45 | 231.03 | 0.63 | 0.34 |
| Hex | 20 | 30 | 8B | 4D | 41 | 0 | 2D | E7 | 3F | 22 |
| Octal | 40 | 60 | 213 | 115 | 101 | 0 | 55 | 347 | 77 | 42 |
| Binary | 100000 | 110000 | 10001011 | 1001101 | 1000001 | 0 | 101101 | 11100111 | 111111 | 100010 |
Color Harmonies of #20308B
Complementary color
Monochromatic Colors of #20308B
Black with #20308B
Text Example
Text Example
White with #20308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20308B; }
p { color: rgb(32,48,139); }
H1.HeaderClassName
{
color: #20308B;
}
.AnyTagClassName
{
color: #20308B;
}
</style>
background-color css
<style>
a { background-color: #20308B; }
a { background-color: rgb(32,48,139); }
div.DivClassName
{
background-color: #20308B;
}
.BgClassName
{
background-color: #20308B;
}
</style>
border-color css
<style>
span { border-color: #20308B; }
span { border-color: rgb(32,48,139); }
td.TdClassName
{
border-color: #20308B;
}
.TagClassName
{
border-color: #20308B;
}
</style>