Shades of Resolution Blue #20347B
Tints of Resolution Blue #20347B
RGB
CMYK
RGB Variations
Color information
#20347B (or 0x20347B) is known color: Resolution Blue. HEX triplet: 20, 34 and 7B. RGB value is (32,52,123). Sum of RGB (Red+Green+Blue) = 32+52+123=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #20347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20347B is #DFCB84. Grayscale: #353535. Windows color (decimal): -14666629 or 8074272. OLE color: 8074272.
HSL color Cylindrical-coordinate representation of color #20347B: hue angle of 226.81º 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 #20347B is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 52 | 123 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.52 |
| HSL | 226.81º | 0.59% | 0.3% | - |
| HSV(B) | 226.81º | 0.74% | 0.48% | - |
| XYZ | 5.4 | 4.19 | 19.26 | - |
| YUV | 54.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 123 | 0.74 | 0.58 | 0 | 0.52 | 226.81 | 0.59 | 0.3 |
| Hex | 20 | 34 | 7B | 4A | 3A | 0 | 34 | E3 | 3B | 1E |
| Octal | 40 | 64 | 173 | 112 | 72 | 0 | 64 | 343 | 73 | 36 |
| Binary | 100000 | 110100 | 1111011 | 1001010 | 111010 | 0 | 110100 | 11100011 | 111011 | 11110 |
Color Harmonies of #20347B
Complementary color
Monochromatic Colors of #20347B
Black with #20347B
Text Example
Text Example
White with #20347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20347B; }
p { color: rgb(32,52,123); }
H1.HeaderClassName
{
color: #20347B;
}
.AnyTagClassName
{
color: #20347B;
}
</style>
background-color css
<style>
a { background-color: #20347B; }
a { background-color: rgb(32,52,123); }
div.DivClassName
{
background-color: #20347B;
}
.BgClassName
{
background-color: #20347B;
}
</style>
border-color css
<style>
span { border-color: #20347B; }
span { border-color: rgb(32,52,123); }
td.TdClassName
{
border-color: #20347B;
}
.TagClassName
{
border-color: #20347B;
}
</style>