Shades of Lochmara #28739B
Tints of Lochmara #28739B
RGB
CMYK
RGB Variations
Color information
#28739B (or 0x28739B) is known color: Lochmara. HEX triplet: 28, 73 and 9B. RGB value is (40,115,155). Sum of RGB (Red+Green+Blue) = 40+115+155=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #28739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28739B is #D78C64. Grayscale: #606060. Windows color (decimal): -14126181 or 10187560. OLE color: 10187560.
HSL color Cylindrical-coordinate representation of color #28739B: hue angle of 200.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28739B is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 115 | 155 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.39 |
| HSL | 200.87º | 0.59% | 0.38% | - |
| HSV(B) | 200.87º | 0.74% | 0.61% | - |
| XYZ | 12.92 | 15.08 | 33.24 | - |
| YUV | 97.14 | 160.65 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 155 | 0.74 | 0.26 | 0 | 0.39 | 200.87 | 0.59 | 0.38 |
| Hex | 28 | 73 | 9B | 4A | 1A | 0 | 27 | C9 | 3B | 26 |
| Octal | 50 | 163 | 233 | 112 | 32 | 0 | 47 | 311 | 73 | 46 |
| Binary | 101000 | 1110011 | 10011011 | 1001010 | 11010 | 0 | 100111 | 11001001 | 111011 | 100110 |
Color Harmonies of #28739B
Complementary color
Monochromatic Colors of #28739B
Black with #28739B
Text Example
Text Example
White with #28739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28739B; }
p { color: rgb(40,115,155); }
H1.HeaderClassName
{
color: #28739B;
}
.AnyTagClassName
{
color: #28739B;
}
</style>
background-color css
<style>
a { background-color: #28739B; }
a { background-color: rgb(40,115,155); }
div.DivClassName
{
background-color: #28739B;
}
.BgClassName
{
background-color: #28739B;
}
</style>
border-color css
<style>
span { border-color: #28739B; }
span { border-color: rgb(40,115,155); }
td.TdClassName
{
border-color: #28739B;
}
.TagClassName
{
border-color: #28739B;
}
</style>