Shades of Orient #28647C
Tints of Orient #28647C
RGB
CMYK
RGB Variations
Color information
#28647C (or 0x28647C) is known color: Orient. HEX triplet: 28, 64 and 7C. RGB value is (40,100,124). Sum of RGB (Red+Green+Blue) = 40+100+124=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #28647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28647C is #D79B83. Grayscale: #545454. Windows color (decimal): -14130052 or 8152104. OLE color: 8152104.
HSL color Cylindrical-coordinate representation of color #28647C: hue angle of 197.14º 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 #28647C is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 100 | 124 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.51 |
| HSL | 197.14º | 0.51% | 0.32% | - |
| HSV(B) | 197.14º | 0.68% | 0.49% | - |
| XYZ | 9.07 | 11.02 | 20.72 | - |
| YUV | 84.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 124 | 0.68 | 0.19 | 0 | 0.51 | 197.14 | 0.51 | 0.32 |
| Hex | 28 | 64 | 7C | 44 | 13 | 0 | 33 | C5 | 33 | 20 |
| Octal | 50 | 144 | 174 | 104 | 23 | 0 | 63 | 305 | 63 | 40 |
| Binary | 101000 | 1100100 | 1111100 | 1000100 | 10011 | 0 | 110011 | 11000101 | 110011 | 100000 |
Color Harmonies of #28647C
Complementary color
Monochromatic Colors of #28647C
Black with #28647C
Text Example
Text Example
White with #28647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28647C; }
p { color: rgb(40,100,124); }
H1.HeaderClassName
{
color: #28647C;
}
.AnyTagClassName
{
color: #28647C;
}
</style>
background-color css
<style>
a { background-color: #28647C; }
a { background-color: rgb(40,100,124); }
div.DivClassName
{
background-color: #28647C;
}
.BgClassName
{
background-color: #28647C;
}
</style>
border-color css
<style>
span { border-color: #28647C; }
span { border-color: rgb(40,100,124); }
td.TdClassName
{
border-color: #28647C;
}
.TagClassName
{
border-color: #28647C;
}
</style>