Shades of Lochmara #28709E
Tints of Lochmara #28709E
RGB
CMYK
RGB Variations
Color information
#28709E (or 0x28709E) is known color: Lochmara. HEX triplet: 28, 70 and 9E. RGB value is (40,112,158). Sum of RGB (Red+Green+Blue) = 40+112+158=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #28709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28709E is #D78F61. Grayscale: #5F5F5F. Windows color (decimal): -14126946 or 10383400. OLE color: 10383400.
HSL color Cylindrical-coordinate representation of color #28709E: hue angle of 203.39º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28709E is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 112 | 158 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.38 |
| HSL | 203.39º | 0.6% | 0.39% | - |
| HSV(B) | 203.39º | 0.75% | 0.62% | - |
| XYZ | 12.84 | 14.51 | 34.47 | - |
| YUV | 95.72 | 163.15 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 158 | 0.75 | 0.29 | 0 | 0.38 | 203.39 | 0.6 | 0.39 |
| Hex | 28 | 70 | 9E | 4B | 1D | 0 | 26 | CB | 3C | 27 |
| Octal | 50 | 160 | 236 | 113 | 35 | 0 | 46 | 313 | 74 | 47 |
| Binary | 101000 | 1110000 | 10011110 | 1001011 | 11101 | 0 | 100110 | 11001011 | 111100 | 100111 |
Color Harmonies of #28709E
Complementary color
Monochromatic Colors of #28709E
Black with #28709E
Text Example
Text Example
White with #28709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28709E; }
p { color: rgb(40,112,158); }
H1.HeaderClassName
{
color: #28709E;
}
.AnyTagClassName
{
color: #28709E;
}
</style>
background-color css
<style>
a { background-color: #28709E; }
a { background-color: rgb(40,112,158); }
div.DivClassName
{
background-color: #28709E;
}
.BgClassName
{
background-color: #28709E;
}
</style>
border-color css
<style>
span { border-color: #28709E; }
span { border-color: rgb(40,112,158); }
td.TdClassName
{
border-color: #28709E;
}
.TagClassName
{
border-color: #28709E;
}
</style>