Shades of Orient #285E74
Tints of Orient #285E74
RGB
CMYK
RGB Variations
Color information
#285E74 (or 0x285E74) is known color: Orient. HEX triplet: 28, 5E and 74. RGB value is (40,94,116). Sum of RGB (Red+Green+Blue) = 40+94+116=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #285E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E74 is #D7A18B. Grayscale: #505050. Windows color (decimal): -14131596 or 7626280. OLE color: 7626280.
HSL color Cylindrical-coordinate representation of color #285E74: hue angle of 197.37º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285E74 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 94 | 116 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.55 |
| HSL | 197.37º | 0.49% | 0.31% | - |
| HSV(B) | 197.37º | 0.66% | 0.45% | - |
| XYZ | 8.03 | 9.72 | 17.98 | - |
| YUV | 80.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 116 | 0.66 | 0.19 | 0 | 0.55 | 197.37 | 0.49 | 0.31 |
| Hex | 28 | 5E | 74 | 42 | 13 | 0 | 37 | C5 | 31 | 1F |
| Octal | 50 | 136 | 164 | 102 | 23 | 0 | 67 | 305 | 61 | 37 |
| Binary | 101000 | 1011110 | 1110100 | 1000010 | 10011 | 0 | 110111 | 11000101 | 110001 | 11111 |
Color Harmonies of #285E74
Complementary color
Monochromatic Colors of #285E74
Black with #285E74
Text Example
Text Example
White with #285E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E74; }
p { color: rgb(40,94,116); }
H1.HeaderClassName
{
color: #285E74;
}
.AnyTagClassName
{
color: #285E74;
}
</style>
background-color css
<style>
a { background-color: #285E74; }
a { background-color: rgb(40,94,116); }
div.DivClassName
{
background-color: #285E74;
}
.BgClassName
{
background-color: #285E74;
}
</style>
border-color css
<style>
span { border-color: #285E74; }
span { border-color: rgb(40,94,116); }
td.TdClassName
{
border-color: #285E74;
}
.TagClassName
{
border-color: #285E74;
}
</style>