Shades of Orient #28607B
Tints of Orient #28607B
RGB
CMYK
RGB Variations
Color information
#28607B (or 0x28607B) is known color: Orient. HEX triplet: 28, 60 and 7B. RGB value is (40,96,123). Sum of RGB (Red+Green+Blue) = 40+96+123=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #28607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28607B is #D79F84. Grayscale: #525252. Windows color (decimal): -14131077 or 8085544. OLE color: 8085544.
HSL color Cylindrical-coordinate representation of color #28607B: hue angle of 199.52º 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 #28607B is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 96 | 123 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.52 |
| HSL | 199.52º | 0.51% | 0.32% | - |
| HSV(B) | 199.52º | 0.67% | 0.48% | - |
| XYZ | 8.63 | 10.25 | 20.26 | - |
| YUV | 82.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 123 | 0.67 | 0.22 | 0 | 0.52 | 199.52 | 0.51 | 0.32 |
| Hex | 28 | 60 | 7B | 43 | 16 | 0 | 34 | C8 | 33 | 20 |
| Octal | 50 | 140 | 173 | 103 | 26 | 0 | 64 | 310 | 63 | 40 |
| Binary | 101000 | 1100000 | 1111011 | 1000011 | 10110 | 0 | 110100 | 11001000 | 110011 | 100000 |
Color Harmonies of #28607B
Complementary color
Monochromatic Colors of #28607B
Black with #28607B
Text Example
Text Example
White with #28607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28607B; }
p { color: rgb(40,96,123); }
H1.HeaderClassName
{
color: #28607B;
}
.AnyTagClassName
{
color: #28607B;
}
</style>
background-color css
<style>
a { background-color: #28607B; }
a { background-color: rgb(40,96,123); }
div.DivClassName
{
background-color: #28607B;
}
.BgClassName
{
background-color: #28607B;
}
</style>
border-color css
<style>
span { border-color: #28607B; }
span { border-color: rgb(40,96,123); }
td.TdClassName
{
border-color: #28607B;
}
.TagClassName
{
border-color: #28607B;
}
</style>