Shades of Lochmara #28619F
Tints of Lochmara #28619F
RGB
CMYK
RGB Variations
Color information
#28619F (or 0x28619F) is known color: Lochmara. HEX triplet: 28, 61 and 9F. RGB value is (40,97,159). Sum of RGB (Red+Green+Blue) = 40+97+159=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #28619F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28619F is #D79E60. Grayscale: #565656. Windows color (decimal): -14130785 or 10445096. OLE color: 10445096.
HSL color Cylindrical-coordinate representation of color #28619F: hue angle of 211.26º 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 #28619F is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 97 | 159 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.38 |
| HSL | 211.26º | 0.6% | 0.39% | - |
| HSV(B) | 211.26º | 0.75% | 0.62% | - |
| XYZ | 11.41 | 11.5 | 34.42 | - |
| YUV | 87.03 | 168.62 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 159 | 0.75 | 0.39 | 0 | 0.38 | 211.26 | 0.6 | 0.39 |
| Hex | 28 | 61 | 9F | 4B | 27 | 0 | 26 | D3 | 3C | 27 |
| Octal | 50 | 141 | 237 | 113 | 47 | 0 | 46 | 323 | 74 | 47 |
| Binary | 101000 | 1100001 | 10011111 | 1001011 | 100111 | 0 | 100110 | 11010011 | 111100 | 100111 |
Color Harmonies of #28619F
Complementary color
Monochromatic Colors of #28619F
Black with #28619F
Text Example
Text Example
White with #28619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28619F; }
p { color: rgb(40,97,159); }
H1.HeaderClassName
{
color: #28619F;
}
.AnyTagClassName
{
color: #28619F;
}
</style>
background-color css
<style>
a { background-color: #28619F; }
a { background-color: rgb(40,97,159); }
div.DivClassName
{
background-color: #28619F;
}
.BgClassName
{
background-color: #28619F;
}
</style>
border-color css
<style>
span { border-color: #28619F; }
span { border-color: rgb(40,97,159); }
td.TdClassName
{
border-color: #28619F;
}
.TagClassName
{
border-color: #28619F;
}
</style>