Shades of Resolution Blue #20346C
Tints of Resolution Blue #20346C
RGB
CMYK
RGB Variations
Color information
#20346C (or 0x20346C) is known color: Resolution Blue. HEX triplet: 20, 34 and 6C. RGB value is (32,52,108). Sum of RGB (Red+Green+Blue) = 32+52+108=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #20346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20346C is #DFCB93. Grayscale: #343434. Windows color (decimal): -14666644 or 7091232. OLE color: 7091232.
HSL color Cylindrical-coordinate representation of color #20346C: hue angle of 224.21º 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 #20346C is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 52 | 108 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.58 |
| HSL | 224.21º | 0.54% | 0.27% | - |
| HSV(B) | 224.21º | 0.7% | 0.42% | - |
| XYZ | 4.53 | 3.85 | 14.69 | - |
| YUV | 52.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 108 | 0.70 | 0.52 | 0 | 0.58 | 224.21 | 0.54 | 0.27 |
| Hex | 20 | 34 | 6C | 46 | 34 | 0 | 3A | E0 | 36 | 1B |
| Octal | 40 | 64 | 154 | 106 | 64 | 0 | 72 | 340 | 66 | 33 |
| Binary | 100000 | 110100 | 1101100 | 1000110 | 110100 | 0 | 111010 | 11100000 | 110110 | 11011 |
Color Harmonies of #20346C
Complementary color
Monochromatic Colors of #20346C
Black with #20346C
Text Example
Text Example
White with #20346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20346C; }
p { color: rgb(32,52,108); }
H1.HeaderClassName
{
color: #20346C;
}
.AnyTagClassName
{
color: #20346C;
}
</style>
background-color css
<style>
a { background-color: #20346C; }
a { background-color: rgb(32,52,108); }
div.DivClassName
{
background-color: #20346C;
}
.BgClassName
{
background-color: #20346C;
}
</style>
border-color css
<style>
span { border-color: #20346C; }
span { border-color: rgb(32,52,108); }
td.TdClassName
{
border-color: #20346C;
}
.TagClassName
{
border-color: #20346C;
}
</style>