Shades of Orient #205F74
Tints of Orient #205F74
RGB
CMYK
RGB Variations
Color information
#205F74 (or 0x205F74) is known color: Orient. HEX triplet: 20, 5F and 74. RGB value is (32,95,116). Sum of RGB (Red+Green+Blue) = 32+95+116=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #205F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F74 is #DFA08B. Grayscale: #4E4E4E. Windows color (decimal): -14655628 or 7626528. OLE color: 7626528.
HSL color Cylindrical-coordinate representation of color #205F74: hue angle of 195º degrees, saturation: 0.57, 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 #205F74 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 95 | 116 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.55 |
| HSL | 195º | 0.57% | 0.29% | - |
| HSV(B) | 195º | 0.72% | 0.45% | - |
| XYZ | 7.84 | 9.75 | 17.99 | - |
| YUV | 78.56 | 149.13 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 116 | 0.72 | 0.18 | 0 | 0.55 | 195 | 0.57 | 0.29 |
| Hex | 20 | 5F | 74 | 48 | 12 | 0 | 37 | C3 | 39 | 1D |
| Octal | 40 | 137 | 164 | 110 | 22 | 0 | 67 | 303 | 71 | 35 |
| Binary | 100000 | 1011111 | 1110100 | 1001000 | 10010 | 0 | 110111 | 11000011 | 111001 | 11101 |
Color Harmonies of #205F74
Complementary color
Monochromatic Colors of #205F74
Black with #205F74
Text Example
Text Example
White with #205F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F74; }
p { color: rgb(32,95,116); }
H1.HeaderClassName
{
color: #205F74;
}
.AnyTagClassName
{
color: #205F74;
}
</style>
background-color css
<style>
a { background-color: #205F74; }
a { background-color: rgb(32,95,116); }
div.DivClassName
{
background-color: #205F74;
}
.BgClassName
{
background-color: #205F74;
}
</style>
border-color css
<style>
span { border-color: #205F74; }
span { border-color: rgb(32,95,116); }
td.TdClassName
{
border-color: #205F74;
}
.TagClassName
{
border-color: #205F74;
}
</style>