Shades of Orient #28627C
Tints of Orient #28627C
RGB
CMYK
RGB Variations
Color information
#28627C (or 0x28627C) is known color: Orient. HEX triplet: 28, 62 and 7C. RGB value is (40,98,124). Sum of RGB (Red+Green+Blue) = 40+98+124=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #28627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28627C is #D79D83. Grayscale: #535353. Windows color (decimal): -14130564 or 8151592. OLE color: 8151592.
HSL color Cylindrical-coordinate representation of color #28627C: hue angle of 198.57º degrees, saturation: 0.51, 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 #28627C is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 98 | 124 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.51 |
| HSL | 198.57º | 0.51% | 0.32% | - |
| HSV(B) | 198.57º | 0.68% | 0.49% | - |
| XYZ | 8.88 | 10.64 | 20.65 | - |
| YUV | 83.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 124 | 0.68 | 0.21 | 0 | 0.51 | 198.57 | 0.51 | 0.32 |
| Hex | 28 | 62 | 7C | 44 | 15 | 0 | 33 | C7 | 33 | 20 |
| Octal | 50 | 142 | 174 | 104 | 25 | 0 | 63 | 307 | 63 | 40 |
| Binary | 101000 | 1100010 | 1111100 | 1000100 | 10101 | 0 | 110011 | 11000111 | 110011 | 100000 |
Color Harmonies of #28627C
Complementary color
Monochromatic Colors of #28627C
Black with #28627C
Text Example
Text Example
White with #28627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28627C; }
p { color: rgb(40,98,124); }
H1.HeaderClassName
{
color: #28627C;
}
.AnyTagClassName
{
color: #28627C;
}
</style>
background-color css
<style>
a { background-color: #28627C; }
a { background-color: rgb(40,98,124); }
div.DivClassName
{
background-color: #28627C;
}
.BgClassName
{
background-color: #28627C;
}
</style>
border-color css
<style>
span { border-color: #28627C; }
span { border-color: rgb(40,98,124); }
td.TdClassName
{
border-color: #28627C;
}
.TagClassName
{
border-color: #28627C;
}
</style>