Shades of Orient #285C79
Tints of Orient #285C79
RGB
CMYK
RGB Variations
Color information
#285C79 (or 0x285C79) is known color: Orient. HEX triplet: 28, 5C and 79. RGB value is (40,92,121). Sum of RGB (Red+Green+Blue) = 40+92+121=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #285C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C79 is #D7A386. Grayscale: #4F4F4F. Windows color (decimal): -14132103 or 7953448. OLE color: 7953448.
HSL color Cylindrical-coordinate representation of color #285C79: hue angle of 201.48º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #285C79 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 92 | 121 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.53 |
| HSL | 201.48º | 0.5% | 0.32% | - |
| HSV(B) | 201.48º | 0.67% | 0.47% | - |
| XYZ | 8.15 | 9.49 | 19.49 | - |
| YUV | 79.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 121 | 0.67 | 0.24 | 0 | 0.53 | 201.48 | 0.5 | 0.32 |
| Hex | 28 | 5C | 79 | 43 | 18 | 0 | 35 | C9 | 32 | 20 |
| Octal | 50 | 134 | 171 | 103 | 30 | 0 | 65 | 311 | 62 | 40 |
| Binary | 101000 | 1011100 | 1111001 | 1000011 | 11000 | 0 | 110101 | 11001001 | 110010 | 100000 |
Color Harmonies of #285C79
Complementary color
Monochromatic Colors of #285C79
Black with #285C79
Text Example
Text Example
White with #285C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C79; }
p { color: rgb(40,92,121); }
H1.HeaderClassName
{
color: #285C79;
}
.AnyTagClassName
{
color: #285C79;
}
</style>
background-color css
<style>
a { background-color: #285C79; }
a { background-color: rgb(40,92,121); }
div.DivClassName
{
background-color: #285C79;
}
.BgClassName
{
background-color: #285C79;
}
</style>
border-color css
<style>
span { border-color: #285C79; }
span { border-color: rgb(40,92,121); }
td.TdClassName
{
border-color: #285C79;
}
.TagClassName
{
border-color: #285C79;
}
</style>