Shades of Resolution Blue #20306E
Tints of Resolution Blue #20306E
RGB
CMYK
RGB Variations
Color information
#20306E (or 0x20306E) is known color: Resolution Blue. HEX triplet: 20, 30 and 6E. RGB value is (32,48,110). Sum of RGB (Red+Green+Blue) = 32+48+110=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #20306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20306E is #DFCF91. Grayscale: #323232. Windows color (decimal): -14667666 or 7221280. OLE color: 7221280.
HSL color Cylindrical-coordinate representation of color #20306E: hue angle of 227.69º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20306E is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 48 | 110 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.57 |
| HSL | 227.69º | 0.55% | 0.28% | - |
| HSV(B) | 227.69º | 0.71% | 0.43% | - |
| XYZ | 4.47 | 3.55 | 15.2 | - |
| YUV | 50.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 110 | 0.71 | 0.56 | 0 | 0.57 | 227.69 | 0.55 | 0.28 |
| Hex | 20 | 30 | 6E | 47 | 38 | 0 | 39 | E4 | 37 | 1C |
| Octal | 40 | 60 | 156 | 107 | 70 | 0 | 71 | 344 | 67 | 34 |
| Binary | 100000 | 110000 | 1101110 | 1000111 | 111000 | 0 | 111001 | 11100100 | 110111 | 11100 |
Color Harmonies of #20306E
Complementary color
Monochromatic Colors of #20306E
Black with #20306E
Text Example
Text Example
White with #20306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20306E; }
p { color: rgb(32,48,110); }
H1.HeaderClassName
{
color: #20306E;
}
.AnyTagClassName
{
color: #20306E;
}
</style>
background-color css
<style>
a { background-color: #20306E; }
a { background-color: rgb(32,48,110); }
div.DivClassName
{
background-color: #20306E;
}
.BgClassName
{
background-color: #20306E;
}
</style>
border-color css
<style>
span { border-color: #20306E; }
span { border-color: rgb(32,48,110); }
td.TdClassName
{
border-color: #20306E;
}
.TagClassName
{
border-color: #20306E;
}
</style>