Shades of Orient #285D73
Tints of Orient #285D73
RGB
CMYK
RGB Variations
Color information
#285D73 (or 0x285D73) is known color: Orient. HEX triplet: 28, 5D and 73. RGB value is (40,93,115). Sum of RGB (Red+Green+Blue) = 40+93+115=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #285D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D73 is #D7A28C. Grayscale: #4F4F4F. Windows color (decimal): -14131853 or 7560488. OLE color: 7560488.
HSL color Cylindrical-coordinate representation of color #285D73: hue angle of 197.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285D73 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 93 | 115 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.55 |
| HSL | 197.6º | 0.48% | 0.3% | - |
| HSV(B) | 197.6º | 0.65% | 0.45% | - |
| XYZ | 7.88 | 9.52 | 17.64 | - |
| YUV | 79.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 115 | 0.65 | 0.19 | 0 | 0.55 | 197.6 | 0.48 | 0.3 |
| Hex | 28 | 5D | 73 | 41 | 13 | 0 | 37 | C6 | 30 | 1E |
| Octal | 50 | 135 | 163 | 101 | 23 | 0 | 67 | 306 | 60 | 36 |
| Binary | 101000 | 1011101 | 1110011 | 1000001 | 10011 | 0 | 110111 | 11000110 | 110000 | 11110 |
Color Harmonies of #285D73
Complementary color
Monochromatic Colors of #285D73
Black with #285D73
Text Example
Text Example
White with #285D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D73; }
p { color: rgb(40,93,115); }
H1.HeaderClassName
{
color: #285D73;
}
.AnyTagClassName
{
color: #285D73;
}
</style>
background-color css
<style>
a { background-color: #285D73; }
a { background-color: rgb(40,93,115); }
div.DivClassName
{
background-color: #285D73;
}
.BgClassName
{
background-color: #285D73;
}
</style>
border-color css
<style>
span { border-color: #285D73; }
span { border-color: rgb(40,93,115); }
td.TdClassName
{
border-color: #285D73;
}
.TagClassName
{
border-color: #285D73;
}
</style>