Shades of Resolution Blue #20306B
Tints of Resolution Blue #20306B
RGB
CMYK
RGB Variations
Color information
#20306B (or 0x20306B) is known color: Resolution Blue. HEX triplet: 20, 30 and 6B. RGB value is (32,48,107). Sum of RGB (Red+Green+Blue) = 32+48+107=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #20306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20306B is #DFCF94. Grayscale: #313131. Windows color (decimal): -14667669 or 7024672. OLE color: 7024672.
HSL color Cylindrical-coordinate representation of color #20306B: hue angle of 227.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20306B is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 48 | 107 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.58 |
| HSL | 227.2º | 0.54% | 0.27% | - |
| HSV(B) | 227.2º | 0.7% | 0.42% | - |
| XYZ | 4.31 | 3.48 | 14.36 | - |
| YUV | 49.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 107 | 0.70 | 0.55 | 0 | 0.58 | 227.2 | 0.54 | 0.27 |
| Hex | 20 | 30 | 6B | 46 | 37 | 0 | 3A | E3 | 36 | 1B |
| Octal | 40 | 60 | 153 | 106 | 67 | 0 | 72 | 343 | 66 | 33 |
| Binary | 100000 | 110000 | 1101011 | 1000110 | 110111 | 0 | 111010 | 11100011 | 110110 | 11011 |
Color Harmonies of #20306B
Complementary color
Monochromatic Colors of #20306B
Black with #20306B
Text Example
Text Example
White with #20306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20306B; }
p { color: rgb(32,48,107); }
H1.HeaderClassName
{
color: #20306B;
}
.AnyTagClassName
{
color: #20306B;
}
</style>
background-color css
<style>
a { background-color: #20306B; }
a { background-color: rgb(32,48,107); }
div.DivClassName
{
background-color: #20306B;
}
.BgClassName
{
background-color: #20306B;
}
</style>
border-color css
<style>
span { border-color: #20306B; }
span { border-color: rgb(32,48,107); }
td.TdClassName
{
border-color: #20306B;
}
.TagClassName
{
border-color: #20306B;
}
</style>