Shades of Orient #285E77
Tints of Orient #285E77
RGB
CMYK
RGB Variations
Color information
#285E77 (or 0x285E77) is known color: Orient. HEX triplet: 28, 5E and 77. RGB value is (40,94,119). Sum of RGB (Red+Green+Blue) = 40+94+119=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #285E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E77 is #D7A188. Grayscale: #505050. Windows color (decimal): -14131593 or 7822888. OLE color: 7822888.
HSL color Cylindrical-coordinate representation of color #285E77: hue angle of 198.99º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285E77 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 94 | 119 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.53 |
| HSL | 198.99º | 0.5% | 0.31% | - |
| HSV(B) | 198.99º | 0.66% | 0.47% | - |
| XYZ | 8.21 | 9.79 | 18.91 | - |
| YUV | 80.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 119 | 0.66 | 0.21 | 0 | 0.53 | 198.99 | 0.5 | 0.31 |
| Hex | 28 | 5E | 77 | 42 | 15 | 0 | 35 | C7 | 32 | 1F |
| Octal | 50 | 136 | 167 | 102 | 25 | 0 | 65 | 307 | 62 | 37 |
| Binary | 101000 | 1011110 | 1110111 | 1000010 | 10101 | 0 | 110101 | 11000111 | 110010 | 11111 |
Color Harmonies of #285E77
Complementary color
Monochromatic Colors of #285E77
Black with #285E77
Text Example
Text Example
White with #285E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E77; }
p { color: rgb(40,94,119); }
H1.HeaderClassName
{
color: #285E77;
}
.AnyTagClassName
{
color: #285E77;
}
</style>
background-color css
<style>
a { background-color: #285E77; }
a { background-color: rgb(40,94,119); }
div.DivClassName
{
background-color: #285E77;
}
.BgClassName
{
background-color: #285E77;
}
</style>
border-color css
<style>
span { border-color: #285E77; }
span { border-color: rgb(40,94,119); }
td.TdClassName
{
border-color: #285E77;
}
.TagClassName
{
border-color: #285E77;
}
</style>