Shades of Orient #28647F
Tints of Orient #28647F
RGB
CMYK
RGB Variations
Color information
#28647F (or 0x28647F) is known color: Orient. HEX triplet: 28, 64 and 7F. RGB value is (40,100,127). Sum of RGB (Red+Green+Blue) = 40+100+127=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #28647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28647F is #D79B80. Grayscale: #545454. Windows color (decimal): -14130049 or 8348712. OLE color: 8348712.
HSL color Cylindrical-coordinate representation of color #28647F: hue angle of 198.62º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28647F is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 100 | 127 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.50 |
| HSL | 198.62º | 0.52% | 0.33% | - |
| HSV(B) | 198.62º | 0.69% | 0.5% | - |
| XYZ | 9.26 | 11.1 | 21.73 | - |
| YUV | 85.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 127 | 0.69 | 0.21 | 0 | 0.50 | 198.62 | 0.52 | 0.33 |
| Hex | 28 | 64 | 7F | 45 | 15 | 0 | 32 | C7 | 34 | 21 |
| Octal | 50 | 144 | 177 | 105 | 25 | 0 | 62 | 307 | 64 | 41 |
| Binary | 101000 | 1100100 | 1111111 | 1000101 | 10101 | 0 | 110010 | 11000111 | 110100 | 100001 |
Color Harmonies of #28647F
Complementary color
Monochromatic Colors of #28647F
Black with #28647F
Text Example
Text Example
White with #28647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28647F; }
p { color: rgb(40,100,127); }
H1.HeaderClassName
{
color: #28647F;
}
.AnyTagClassName
{
color: #28647F;
}
</style>
background-color css
<style>
a { background-color: #28647F; }
a { background-color: rgb(40,100,127); }
div.DivClassName
{
background-color: #28647F;
}
.BgClassName
{
background-color: #28647F;
}
</style>
border-color css
<style>
span { border-color: #28647F; }
span { border-color: rgb(40,100,127); }
td.TdClassName
{
border-color: #28647F;
}
.TagClassName
{
border-color: #28647F;
}
</style>