Shades of Orient #285A7A
Tints of Orient #285A7A
RGB
CMYK
RGB Variations
Color information
#285A7A (or 0x285A7A) is known color: Orient. HEX triplet: 28, 5A and 7A. RGB value is (40,90,122). Sum of RGB (Red+Green+Blue) = 40+90+122=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #285A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A7A is #D7A585. Grayscale: #4E4E4E. Windows color (decimal): -14132614 or 8018472. OLE color: 8018472.
HSL color Cylindrical-coordinate representation of color #285A7A: hue angle of 203.41º 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 #285A7A is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 90 | 122 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.52 |
| HSL | 203.41º | 0.51% | 0.32% | - |
| HSV(B) | 203.41º | 0.67% | 0.48% | - |
| XYZ | 8.04 | 9.17 | 19.76 | - |
| YUV | 78.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 122 | 0.67 | 0.26 | 0 | 0.52 | 203.41 | 0.51 | 0.32 |
| Hex | 28 | 5A | 7A | 43 | 1A | 0 | 34 | CB | 33 | 20 |
| Octal | 50 | 132 | 172 | 103 | 32 | 0 | 64 | 313 | 63 | 40 |
| Binary | 101000 | 1011010 | 1111010 | 1000011 | 11010 | 0 | 110100 | 11001011 | 110011 | 100000 |
Color Harmonies of #285A7A
Complementary color
Monochromatic Colors of #285A7A
Black with #285A7A
Text Example
Text Example
White with #285A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A7A; }
p { color: rgb(40,90,122); }
H1.HeaderClassName
{
color: #285A7A;
}
.AnyTagClassName
{
color: #285A7A;
}
</style>
background-color css
<style>
a { background-color: #285A7A; }
a { background-color: rgb(40,90,122); }
div.DivClassName
{
background-color: #285A7A;
}
.BgClassName
{
background-color: #285A7A;
}
</style>
border-color css
<style>
span { border-color: #285A7A; }
span { border-color: rgb(40,90,122); }
td.TdClassName
{
border-color: #285A7A;
}
.TagClassName
{
border-color: #285A7A;
}
</style>