Shades of Lochmara #28709F
Tints of Lochmara #28709F
RGB
CMYK
RGB Variations
Color information
#28709F (or 0x28709F) is known color: Lochmara. HEX triplet: 28, 70 and 9F. RGB value is (40,112,159). Sum of RGB (Red+Green+Blue) = 40+112+159=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #28709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28709F is #D78F60. Grayscale: #5F5F5F. Windows color (decimal): -14126945 or 10448936. OLE color: 10448936.
HSL color Cylindrical-coordinate representation of color #28709F: hue angle of 203.7º 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 #28709F is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 112 | 159 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.38 |
| HSL | 203.7º | 0.6% | 0.39% | - |
| HSV(B) | 203.7º | 0.75% | 0.62% | - |
| XYZ | 12.93 | 14.54 | 34.93 | - |
| YUV | 95.83 | 163.65 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 159 | 0.75 | 0.30 | 0 | 0.38 | 203.7 | 0.6 | 0.39 |
| Hex | 28 | 70 | 9F | 4B | 1E | 0 | 26 | CC | 3C | 27 |
| Octal | 50 | 160 | 237 | 113 | 36 | 0 | 46 | 314 | 74 | 47 |
| Binary | 101000 | 1110000 | 10011111 | 1001011 | 11110 | 0 | 100110 | 11001100 | 111100 | 100111 |
Color Harmonies of #28709F
Complementary color
Monochromatic Colors of #28709F
Black with #28709F
Text Example
Text Example
White with #28709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28709F; }
p { color: rgb(40,112,159); }
H1.HeaderClassName
{
color: #28709F;
}
.AnyTagClassName
{
color: #28709F;
}
</style>
background-color css
<style>
a { background-color: #28709F; }
a { background-color: rgb(40,112,159); }
div.DivClassName
{
background-color: #28709F;
}
.BgClassName
{
background-color: #28709F;
}
</style>
border-color css
<style>
span { border-color: #28709F; }
span { border-color: rgb(40,112,159); }
td.TdClassName
{
border-color: #28709F;
}
.TagClassName
{
border-color: #28709F;
}
</style>