Shades of Lochmara #28609E
Tints of Lochmara #28609E
RGB
CMYK
RGB Variations
Color information
#28609E (or 0x28609E) is known color: Lochmara. HEX triplet: 28, 60 and 9E. RGB value is (40,96,158). Sum of RGB (Red+Green+Blue) = 40+96+158=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #28609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28609E is #D79F61. Grayscale: #565656. Windows color (decimal): -14131042 or 10379304. OLE color: 10379304.
HSL color Cylindrical-coordinate representation of color #28609E: hue angle of 211.53º 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 #28609E is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 96 | 158 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.38 |
| HSL | 211.53º | 0.6% | 0.39% | - |
| HSV(B) | 211.53º | 0.75% | 0.62% | - |
| XYZ | 11.23 | 11.29 | 33.93 | - |
| YUV | 86.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 158 | 0.75 | 0.39 | 0 | 0.38 | 211.53 | 0.6 | 0.39 |
| Hex | 28 | 60 | 9E | 4B | 27 | 0 | 26 | D4 | 3C | 27 |
| Octal | 50 | 140 | 236 | 113 | 47 | 0 | 46 | 324 | 74 | 47 |
| Binary | 101000 | 1100000 | 10011110 | 1001011 | 100111 | 0 | 100110 | 11010100 | 111100 | 100111 |
Color Harmonies of #28609E
Complementary color
Monochromatic Colors of #28609E
Black with #28609E
Text Example
Text Example
White with #28609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28609E; }
p { color: rgb(40,96,158); }
H1.HeaderClassName
{
color: #28609E;
}
.AnyTagClassName
{
color: #28609E;
}
</style>
background-color css
<style>
a { background-color: #28609E; }
a { background-color: rgb(40,96,158); }
div.DivClassName
{
background-color: #28609E;
}
.BgClassName
{
background-color: #28609E;
}
</style>
border-color css
<style>
span { border-color: #28609E; }
span { border-color: rgb(40,96,158); }
td.TdClassName
{
border-color: #28609E;
}
.TagClassName
{
border-color: #28609E;
}
</style>