Shades of Lochmara #28619D
Tints of Lochmara #28619D
RGB
CMYK
RGB Variations
Color information
#28619D (or 0x28619D) is known color: Lochmara. HEX triplet: 28, 61 and 9D. RGB value is (40,97,157). Sum of RGB (Red+Green+Blue) = 40+97+157=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #28619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28619D is #D79E62. Grayscale: #565656. Windows color (decimal): -14130787 or 10314024. OLE color: 10314024.
HSL color Cylindrical-coordinate representation of color #28619D: hue angle of 210.77º degrees, saturation: 0.59, 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 #28619D is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 97 | 157 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.38 |
| HSL | 210.77º | 0.59% | 0.39% | - |
| HSV(B) | 210.77º | 0.75% | 0.62% | - |
| XYZ | 11.24 | 11.43 | 33.51 | - |
| YUV | 86.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 157 | 0.75 | 0.38 | 0 | 0.38 | 210.77 | 0.59 | 0.39 |
| Hex | 28 | 61 | 9D | 4B | 26 | 0 | 26 | D3 | 3B | 27 |
| Octal | 50 | 141 | 235 | 113 | 46 | 0 | 46 | 323 | 73 | 47 |
| Binary | 101000 | 1100001 | 10011101 | 1001011 | 100110 | 0 | 100110 | 11010011 | 111011 | 100111 |
Color Harmonies of #28619D
Complementary color
Monochromatic Colors of #28619D
Black with #28619D
Text Example
Text Example
White with #28619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28619D; }
p { color: rgb(40,97,157); }
H1.HeaderClassName
{
color: #28619D;
}
.AnyTagClassName
{
color: #28619D;
}
</style>
background-color css
<style>
a { background-color: #28619D; }
a { background-color: rgb(40,97,157); }
div.DivClassName
{
background-color: #28619D;
}
.BgClassName
{
background-color: #28619D;
}
</style>
border-color css
<style>
span { border-color: #28619D; }
span { border-color: rgb(40,97,157); }
td.TdClassName
{
border-color: #28619D;
}
.TagClassName
{
border-color: #28619D;
}
</style>