Shades of Resolution Blue #20367B
Tints of Resolution Blue #20367B
RGB
CMYK
RGB Variations
Color information
#20367B (or 0x20367B) is known color: Resolution Blue. HEX triplet: 20, 36 and 7B. RGB value is (32,54,123). Sum of RGB (Red+Green+Blue) = 32+54+123=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #20367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20367B is #DFC984. Grayscale: #363636. Windows color (decimal): -14666117 or 8074784. OLE color: 8074784.
HSL color Cylindrical-coordinate representation of color #20367B: hue angle of 225.49º 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 #20367B is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 54 | 123 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.52 |
| HSL | 225.49º | 0.59% | 0.3% | - |
| HSV(B) | 225.49º | 0.74% | 0.48% | - |
| XYZ | 5.49 | 4.38 | 19.29 | - |
| YUV | 55.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 123 | 0.74 | 0.56 | 0 | 0.52 | 225.49 | 0.59 | 0.3 |
| Hex | 20 | 36 | 7B | 4A | 38 | 0 | 34 | E1 | 3B | 1E |
| Octal | 40 | 66 | 173 | 112 | 70 | 0 | 64 | 341 | 73 | 36 |
| Binary | 100000 | 110110 | 1111011 | 1001010 | 111000 | 0 | 110100 | 11100001 | 111011 | 11110 |
Color Harmonies of #20367B
Complementary color
Monochromatic Colors of #20367B
Black with #20367B
Text Example
Text Example
White with #20367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20367B; }
p { color: rgb(32,54,123); }
H1.HeaderClassName
{
color: #20367B;
}
.AnyTagClassName
{
color: #20367B;
}
</style>
background-color css
<style>
a { background-color: #20367B; }
a { background-color: rgb(32,54,123); }
div.DivClassName
{
background-color: #20367B;
}
.BgClassName
{
background-color: #20367B;
}
</style>
border-color css
<style>
span { border-color: #20367B; }
span { border-color: rgb(32,54,123); }
td.TdClassName
{
border-color: #20367B;
}
.TagClassName
{
border-color: #20367B;
}
</style>