Shades of Orient #285F7C
Tints of Orient #285F7C
RGB
CMYK
RGB Variations
Color information
#285F7C (or 0x285F7C) is known color: Orient. HEX triplet: 28, 5F and 7C. RGB value is (40,95,124). Sum of RGB (Red+Green+Blue) = 40+95+124=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #285F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F7C is #D7A083. Grayscale: #515151. Windows color (decimal): -14131332 or 8150824. OLE color: 8150824.
HSL color Cylindrical-coordinate representation of color #285F7C: hue angle of 200.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #285F7C is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 95 | 124 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.51 |
| HSL | 200.71º | 0.51% | 0.32% | - |
| HSV(B) | 200.71º | 0.68% | 0.49% | - |
| XYZ | 8.61 | 10.09 | 20.56 | - |
| YUV | 81.86 | 151.78 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 124 | 0.68 | 0.23 | 0 | 0.51 | 200.71 | 0.51 | 0.32 |
| Hex | 28 | 5F | 7C | 44 | 17 | 0 | 33 | C9 | 33 | 20 |
| Octal | 50 | 137 | 174 | 104 | 27 | 0 | 63 | 311 | 63 | 40 |
| Binary | 101000 | 1011111 | 1111100 | 1000100 | 10111 | 0 | 110011 | 11001001 | 110011 | 100000 |
Color Harmonies of #285F7C
Complementary color
Monochromatic Colors of #285F7C
Black with #285F7C
Text Example
Text Example
White with #285F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F7C; }
p { color: rgb(40,95,124); }
H1.HeaderClassName
{
color: #285F7C;
}
.AnyTagClassName
{
color: #285F7C;
}
</style>
background-color css
<style>
a { background-color: #285F7C; }
a { background-color: rgb(40,95,124); }
div.DivClassName
{
background-color: #285F7C;
}
.BgClassName
{
background-color: #285F7C;
}
</style>
border-color css
<style>
span { border-color: #285F7C; }
span { border-color: rgb(40,95,124); }
td.TdClassName
{
border-color: #285F7C;
}
.TagClassName
{
border-color: #285F7C;
}
</style>