Shades of Orient #205373
Tints of Orient #205373
RGB
CMYK
RGB Variations
Color information
#205373 (or 0x205373) is known color: Orient. HEX triplet: 20, 53 and 73. RGB value is (32,83,115). Sum of RGB (Red+Green+Blue) = 32+83+115=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #205373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205373 is #DFAC8C. Grayscale: #474747. Windows color (decimal): -14658701 or 7557920. OLE color: 7557920.
HSL color Cylindrical-coordinate representation of color #205373: hue angle of 203.13º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205373 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 83 | 115 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.55 |
| HSL | 203.13º | 0.56% | 0.29% | - |
| HSV(B) | 203.13º | 0.72% | 0.45% | - |
| XYZ | 6.78 | 7.73 | 17.35 | - |
| YUV | 71.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 115 | 0.72 | 0.28 | 0 | 0.55 | 203.13 | 0.56 | 0.29 |
| Hex | 20 | 53 | 73 | 48 | 1C | 0 | 37 | CB | 38 | 1D |
| Octal | 40 | 123 | 163 | 110 | 34 | 0 | 67 | 313 | 70 | 35 |
| Binary | 100000 | 1010011 | 1110011 | 1001000 | 11100 | 0 | 110111 | 11001011 | 111000 | 11101 |
Color Harmonies of #205373
Complementary color
Monochromatic Colors of #205373
Black with #205373
Text Example
Text Example
White with #205373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205373; }
p { color: rgb(32,83,115); }
H1.HeaderClassName
{
color: #205373;
}
.AnyTagClassName
{
color: #205373;
}
</style>
background-color css
<style>
a { background-color: #205373; }
a { background-color: rgb(32,83,115); }
div.DivClassName
{
background-color: #205373;
}
.BgClassName
{
background-color: #205373;
}
</style>
border-color css
<style>
span { border-color: #205373; }
span { border-color: rgb(32,83,115); }
td.TdClassName
{
border-color: #205373;
}
.TagClassName
{
border-color: #205373;
}
</style>