Shades of Orient #28647D
Tints of Orient #28647D
RGB
CMYK
RGB Variations
Color information
#28647D (or 0x28647D) is known color: Orient. HEX triplet: 28, 64 and 7D. RGB value is (40,100,125). Sum of RGB (Red+Green+Blue) = 40+100+125=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #28647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28647D is #D79B82. Grayscale: #545454. Windows color (decimal): -14130051 or 8217640. OLE color: 8217640.
HSL color Cylindrical-coordinate representation of color #28647D: hue angle of 197.65º degrees, saturation: 0.52, 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 #28647D is Cyan = 0.68, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 100 | 125 | - |
| CMYK | 0.68 | 0.2 | 0 | 0.51 |
| HSL | 197.65º | 0.52% | 0.32% | - |
| HSV(B) | 197.65º | 0.68% | 0.49% | - |
| XYZ | 9.13 | 11.05 | 21.05 | - |
| YUV | 84.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 125 | 0.68 | 0.2 | 0 | 0.51 | 197.65 | 0.52 | 0.32 |
| Hex | 28 | 64 | 7D | 44 | 14 | 0 | 33 | C6 | 34 | 20 |
| Octal | 50 | 144 | 175 | 104 | 24 | 0 | 63 | 306 | 64 | 40 |
| Binary | 101000 | 1100100 | 1111101 | 1000100 | 10100 | 0 | 110011 | 11000110 | 110100 | 100000 |
Color Harmonies of #28647D
Complementary color
Monochromatic Colors of #28647D
Black with #28647D
Text Example
Text Example
White with #28647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28647D; }
p { color: rgb(40,100,125); }
H1.HeaderClassName
{
color: #28647D;
}
.AnyTagClassName
{
color: #28647D;
}
</style>
background-color css
<style>
a { background-color: #28647D; }
a { background-color: rgb(40,100,125); }
div.DivClassName
{
background-color: #28647D;
}
.BgClassName
{
background-color: #28647D;
}
</style>
border-color css
<style>
span { border-color: #28647D; }
span { border-color: rgb(40,100,125); }
td.TdClassName
{
border-color: #28647D;
}
.TagClassName
{
border-color: #28647D;
}
</style>