Shades of Lochmara #28719F
Tints of Lochmara #28719F
RGB
CMYK
RGB Variations
Color information
#28719F (or 0x28719F) is known color: Lochmara. HEX triplet: 28, 71 and 9F. RGB value is (40,113,159). Sum of RGB (Red+Green+Blue) = 40+113+159=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #28719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28719F is #D78E60. Grayscale: #606060. Windows color (decimal): -14126689 or 10449192. OLE color: 10449192.
HSL color Cylindrical-coordinate representation of color #28719F: hue angle of 203.19º 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 #28719F is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 113 | 159 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.38 |
| HSL | 203.19º | 0.6% | 0.39% | - |
| HSV(B) | 203.19º | 0.75% | 0.62% | - |
| XYZ | 13.04 | 14.76 | 34.96 | - |
| YUV | 96.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 159 | 0.75 | 0.29 | 0 | 0.38 | 203.19 | 0.6 | 0.39 |
| Hex | 28 | 71 | 9F | 4B | 1D | 0 | 26 | CB | 3C | 27 |
| Octal | 50 | 161 | 237 | 113 | 35 | 0 | 46 | 313 | 74 | 47 |
| Binary | 101000 | 1110001 | 10011111 | 1001011 | 11101 | 0 | 100110 | 11001011 | 111100 | 100111 |
Color Harmonies of #28719F
Complementary color
Monochromatic Colors of #28719F
Black with #28719F
Text Example
Text Example
White with #28719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28719F; }
p { color: rgb(40,113,159); }
H1.HeaderClassName
{
color: #28719F;
}
.AnyTagClassName
{
color: #28719F;
}
</style>
background-color css
<style>
a { background-color: #28719F; }
a { background-color: rgb(40,113,159); }
div.DivClassName
{
background-color: #28719F;
}
.BgClassName
{
background-color: #28719F;
}
</style>
border-color css
<style>
span { border-color: #28719F; }
span { border-color: rgb(40,113,159); }
td.TdClassName
{
border-color: #28719F;
}
.TagClassName
{
border-color: #28719F;
}
</style>