Shades of Resolution Blue #20307B
Tints of Resolution Blue #20307B
RGB
CMYK
RGB Variations
Color information
#20307B (or 0x20307B) is known color: Resolution Blue. HEX triplet: 20, 30 and 7B. RGB value is (32,48,123). Sum of RGB (Red+Green+Blue) = 32+48+123=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #20307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20307B is #DFCF84. Grayscale: #333333. Windows color (decimal): -14667653 or 8073248. OLE color: 8073248.
HSL color Cylindrical-coordinate representation of color #20307B: hue angle of 229.45º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20307B is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 48 | 123 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.52 |
| HSL | 229.45º | 0.59% | 0.3% | - |
| HSV(B) | 229.45º | 0.74% | 0.48% | - |
| XYZ | 5.23 | 3.85 | 19.21 | - |
| YUV | 51.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 123 | 0.74 | 0.61 | 0 | 0.52 | 229.45 | 0.59 | 0.3 |
| Hex | 20 | 30 | 7B | 4A | 3D | 0 | 34 | E5 | 3B | 1E |
| Octal | 40 | 60 | 173 | 112 | 75 | 0 | 64 | 345 | 73 | 36 |
| Binary | 100000 | 110000 | 1111011 | 1001010 | 111101 | 0 | 110100 | 11100101 | 111011 | 11110 |
Color Harmonies of #20307B
Complementary color
Monochromatic Colors of #20307B
Black with #20307B
Text Example
Text Example
White with #20307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20307B; }
p { color: rgb(32,48,123); }
H1.HeaderClassName
{
color: #20307B;
}
.AnyTagClassName
{
color: #20307B;
}
</style>
background-color css
<style>
a { background-color: #20307B; }
a { background-color: rgb(32,48,123); }
div.DivClassName
{
background-color: #20307B;
}
.BgClassName
{
background-color: #20307B;
}
</style>
border-color css
<style>
span { border-color: #20307B; }
span { border-color: rgb(32,48,123); }
td.TdClassName
{
border-color: #20307B;
}
.TagClassName
{
border-color: #20307B;
}
</style>