Shades of Orient #20546F
Tints of Orient #20546F
RGB
CMYK
RGB Variations
Color information
#20546F (or 0x20546F) is known color: Orient. HEX triplet: 20, 54 and 6F. RGB value is (32,84,111). Sum of RGB (Red+Green+Blue) = 32+84+111=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #20546F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20546F is #DFAB90. Grayscale: #474747. Windows color (decimal): -14658449 or 7296032. OLE color: 7296032.
HSL color Cylindrical-coordinate representation of color #20546F: hue angle of 200.51º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20546F is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 84 | 111 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.56 |
| HSL | 200.51º | 0.55% | 0.28% | - |
| HSV(B) | 200.51º | 0.71% | 0.44% | - |
| XYZ | 6.64 | 7.8 | 16.19 | - |
| YUV | 71.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 111 | 0.71 | 0.24 | 0 | 0.56 | 200.51 | 0.55 | 0.28 |
| Hex | 20 | 54 | 6F | 47 | 18 | 0 | 38 | C9 | 37 | 1C |
| Octal | 40 | 124 | 157 | 107 | 30 | 0 | 70 | 311 | 67 | 34 |
| Binary | 100000 | 1010100 | 1101111 | 1000111 | 11000 | 0 | 111000 | 11001001 | 110111 | 11100 |
Color Harmonies of #20546F
Complementary color
Monochromatic Colors of #20546F
Black with #20546F
Text Example
Text Example
White with #20546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20546F; }
p { color: rgb(32,84,111); }
H1.HeaderClassName
{
color: #20546F;
}
.AnyTagClassName
{
color: #20546F;
}
</style>
background-color css
<style>
a { background-color: #20546F; }
a { background-color: rgb(32,84,111); }
div.DivClassName
{
background-color: #20546F;
}
.BgClassName
{
background-color: #20546F;
}
</style>
border-color css
<style>
span { border-color: #20546F; }
span { border-color: rgb(32,84,111); }
td.TdClassName
{
border-color: #20546F;
}
.TagClassName
{
border-color: #20546F;
}
</style>