Shades of Orient #285D7A
Tints of Orient #285D7A
RGB
CMYK
RGB Variations
Color information
#285D7A (or 0x285D7A) is known color: Orient. HEX triplet: 28, 5D and 7A. RGB value is (40,93,122). Sum of RGB (Red+Green+Blue) = 40+93+122=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #285D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D7A is #D7A285. Grayscale: #505050. Windows color (decimal): -14131846 or 8019240. OLE color: 8019240.
HSL color Cylindrical-coordinate representation of color #285D7A: hue angle of 201.22º 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 #285D7A is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 93 | 122 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.52 |
| HSL | 201.22º | 0.51% | 0.32% | - |
| HSV(B) | 201.22º | 0.67% | 0.48% | - |
| XYZ | 8.3 | 9.68 | 19.84 | - |
| YUV | 80.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 122 | 0.67 | 0.24 | 0 | 0.52 | 201.22 | 0.51 | 0.32 |
| Hex | 28 | 5D | 7A | 43 | 18 | 0 | 34 | C9 | 33 | 20 |
| Octal | 50 | 135 | 172 | 103 | 30 | 0 | 64 | 311 | 63 | 40 |
| Binary | 101000 | 1011101 | 1111010 | 1000011 | 11000 | 0 | 110100 | 11001001 | 110011 | 100000 |
Color Harmonies of #285D7A
Complementary color
Monochromatic Colors of #285D7A
Black with #285D7A
Text Example
Text Example
White with #285D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D7A; }
p { color: rgb(40,93,122); }
H1.HeaderClassName
{
color: #285D7A;
}
.AnyTagClassName
{
color: #285D7A;
}
</style>
background-color css
<style>
a { background-color: #285D7A; }
a { background-color: rgb(40,93,122); }
div.DivClassName
{
background-color: #285D7A;
}
.BgClassName
{
background-color: #285D7A;
}
</style>
border-color css
<style>
span { border-color: #285D7A; }
span { border-color: rgb(40,93,122); }
td.TdClassName
{
border-color: #285D7A;
}
.TagClassName
{
border-color: #285D7A;
}
</style>