Shades of Orient #285F7D
Tints of Orient #285F7D
RGB
CMYK
RGB Variations
Color information
#285F7D (or 0x285F7D) is known color: Orient. HEX triplet: 28, 5F and 7D. RGB value is (40,95,125). Sum of RGB (Red+Green+Blue) = 40+95+125=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #285F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F7D is #D7A082. Grayscale: #515151. Windows color (decimal): -14131331 or 8216360. OLE color: 8216360.
HSL color Cylindrical-coordinate representation of color #285F7D: hue angle of 201.18º degrees, saturation: 0.52, 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 #285F7D is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 95 | 125 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.51 |
| HSL | 201.18º | 0.52% | 0.32% | - |
| HSV(B) | 201.18º | 0.68% | 0.49% | - |
| XYZ | 8.67 | 10.12 | 20.9 | - |
| YUV | 81.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 125 | 0.68 | 0.24 | 0 | 0.51 | 201.18 | 0.52 | 0.32 |
| Hex | 28 | 5F | 7D | 44 | 18 | 0 | 33 | C9 | 34 | 20 |
| Octal | 50 | 137 | 175 | 104 | 30 | 0 | 63 | 311 | 64 | 40 |
| Binary | 101000 | 1011111 | 1111101 | 1000100 | 11000 | 0 | 110011 | 11001001 | 110100 | 100000 |
Color Harmonies of #285F7D
Complementary color
Monochromatic Colors of #285F7D
Black with #285F7D
Text Example
Text Example
White with #285F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F7D; }
p { color: rgb(40,95,125); }
H1.HeaderClassName
{
color: #285F7D;
}
.AnyTagClassName
{
color: #285F7D;
}
</style>
background-color css
<style>
a { background-color: #285F7D; }
a { background-color: rgb(40,95,125); }
div.DivClassName
{
background-color: #285F7D;
}
.BgClassName
{
background-color: #285F7D;
}
</style>
border-color css
<style>
span { border-color: #285F7D; }
span { border-color: rgb(40,95,125); }
td.TdClassName
{
border-color: #285F7D;
}
.TagClassName
{
border-color: #285F7D;
}
</style>