Shades of Orient #285F7A
Tints of Orient #285F7A
RGB
CMYK
RGB Variations
Color information
#285F7A (or 0x285F7A) is known color: Orient. HEX triplet: 28, 5F and 7A. RGB value is (40,95,122). Sum of RGB (Red+Green+Blue) = 40+95+122=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #285F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F7A is #D7A085. Grayscale: #515151. Windows color (decimal): -14131334 or 8019752. OLE color: 8019752.
HSL color Cylindrical-coordinate representation of color #285F7A: hue angle of 199.76º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #285F7A is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 95 | 122 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.52 |
| HSL | 199.76º | 0.51% | 0.32% | - |
| HSV(B) | 199.76º | 0.67% | 0.48% | - |
| XYZ | 8.48 | 10.04 | 19.9 | - |
| YUV | 81.63 | 150.78 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 122 | 0.67 | 0.22 | 0 | 0.52 | 199.76 | 0.51 | 0.32 |
| Hex | 28 | 5F | 7A | 43 | 16 | 0 | 34 | C8 | 33 | 20 |
| Octal | 50 | 137 | 172 | 103 | 26 | 0 | 64 | 310 | 63 | 40 |
| Binary | 101000 | 1011111 | 1111010 | 1000011 | 10110 | 0 | 110100 | 11001000 | 110011 | 100000 |
Color Harmonies of #285F7A
Complementary color
Monochromatic Colors of #285F7A
Black with #285F7A
Text Example
Text Example
White with #285F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F7A; }
p { color: rgb(40,95,122); }
H1.HeaderClassName
{
color: #285F7A;
}
.AnyTagClassName
{
color: #285F7A;
}
</style>
background-color css
<style>
a { background-color: #285F7A; }
a { background-color: rgb(40,95,122); }
div.DivClassName
{
background-color: #285F7A;
}
.BgClassName
{
background-color: #285F7A;
}
</style>
border-color css
<style>
span { border-color: #285F7A; }
span { border-color: rgb(40,95,122); }
td.TdClassName
{
border-color: #285F7A;
}
.TagClassName
{
border-color: #285F7A;
}
</style>