Shades of Orient #205C7A
Tints of Orient #205C7A
RGB
CMYK
RGB Variations
Color information
#205C7A (or 0x205C7A) is known color: Orient. HEX triplet: 20, 5C and 7A. RGB value is (32,92,122). Sum of RGB (Red+Green+Blue) = 32+92+122=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #205C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C7A is #DFA385. Grayscale: #4D4D4D. Windows color (decimal): -14656390 or 8018976. OLE color: 8018976.
HSL color Cylindrical-coordinate representation of color #205C7A: hue angle of 200º degrees, saturation: 0.58, 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 #205C7A is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 92 | 122 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.52 |
| HSL | 200º | 0.58% | 0.3% | - |
| HSV(B) | 200º | 0.74% | 0.48% | - |
| XYZ | 7.94 | 9.37 | 19.8 | - |
| YUV | 77.48 | 153.12 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 122 | 0.74 | 0.25 | 0 | 0.52 | 200 | 0.58 | 0.3 |
| Hex | 20 | 5C | 7A | 4A | 19 | 0 | 34 | C8 | 3A | 1E |
| Octal | 40 | 134 | 172 | 112 | 31 | 0 | 64 | 310 | 72 | 36 |
| Binary | 100000 | 1011100 | 1111010 | 1001010 | 11001 | 0 | 110100 | 11001000 | 111010 | 11110 |
Color Harmonies of #205C7A
Complementary color
Monochromatic Colors of #205C7A
Black with #205C7A
Text Example
Text Example
White with #205C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C7A; }
p { color: rgb(32,92,122); }
H1.HeaderClassName
{
color: #205C7A;
}
.AnyTagClassName
{
color: #205C7A;
}
</style>
background-color css
<style>
a { background-color: #205C7A; }
a { background-color: rgb(32,92,122); }
div.DivClassName
{
background-color: #205C7A;
}
.BgClassName
{
background-color: #205C7A;
}
</style>
border-color css
<style>
span { border-color: #205C7A; }
span { border-color: rgb(32,92,122); }
td.TdClassName
{
border-color: #205C7A;
}
.TagClassName
{
border-color: #205C7A;
}
</style>