Shades of Lochmara #28649E
Tints of Lochmara #28649E
RGB
CMYK
RGB Variations
Color information
#28649E (or 0x28649E) is known color: Lochmara. HEX triplet: 28, 64 and 9E. RGB value is (40,100,158). Sum of RGB (Red+Green+Blue) = 40+100+158=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #28649E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28649E is #D79B61. Grayscale: #585858. Windows color (decimal): -14130018 or 10380328. OLE color: 10380328.
HSL color Cylindrical-coordinate representation of color #28649E: hue angle of 209.49º 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 #28649E is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 100 | 158 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.38 |
| HSL | 209.49º | 0.6% | 0.39% | - |
| HSV(B) | 209.49º | 0.75% | 0.62% | - |
| XYZ | 11.6 | 12.03 | 34.06 | - |
| YUV | 88.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 158 | 0.75 | 0.37 | 0 | 0.38 | 209.49 | 0.6 | 0.39 |
| Hex | 28 | 64 | 9E | 4B | 25 | 0 | 26 | D1 | 3C | 27 |
| Octal | 50 | 144 | 236 | 113 | 45 | 0 | 46 | 321 | 74 | 47 |
| Binary | 101000 | 1100100 | 10011110 | 1001011 | 100101 | 0 | 100110 | 11010001 | 111100 | 100111 |
Color Harmonies of #28649E
Complementary color
Monochromatic Colors of #28649E
Black with #28649E
Text Example
Text Example
White with #28649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28649E; }
p { color: rgb(40,100,158); }
H1.HeaderClassName
{
color: #28649E;
}
.AnyTagClassName
{
color: #28649E;
}
</style>
background-color css
<style>
a { background-color: #28649E; }
a { background-color: rgb(40,100,158); }
div.DivClassName
{
background-color: #28649E;
}
.BgClassName
{
background-color: #28649E;
}
</style>
border-color css
<style>
span { border-color: #28649E; }
span { border-color: rgb(40,100,158); }
td.TdClassName
{
border-color: #28649E;
}
.TagClassName
{
border-color: #28649E;
}
</style>