Shades of Lochmara #28739C
Tints of Lochmara #28739C
RGB
CMYK
RGB Variations
Color information
#28739C (or 0x28739C) is known color: Lochmara. HEX triplet: 28, 73 and 9C. RGB value is (40,115,156). Sum of RGB (Red+Green+Blue) = 40+115+156=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #28739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28739C is #D78C63. Grayscale: #616161. Windows color (decimal): -14126180 or 10253096. OLE color: 10253096.
HSL color Cylindrical-coordinate representation of color #28739C: hue angle of 201.21º 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 #28739C is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 115 | 156 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.39 |
| HSL | 201.21º | 0.59% | 0.38% | - |
| HSV(B) | 201.21º | 0.74% | 0.61% | - |
| XYZ | 13.01 | 15.11 | 33.68 | - |
| YUV | 97.25 | 161.15 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 156 | 0.74 | 0.26 | 0 | 0.39 | 201.21 | 0.59 | 0.38 |
| Hex | 28 | 73 | 9C | 4A | 1A | 0 | 27 | C9 | 3B | 26 |
| Octal | 50 | 163 | 234 | 112 | 32 | 0 | 47 | 311 | 73 | 46 |
| Binary | 101000 | 1110011 | 10011100 | 1001010 | 11010 | 0 | 100111 | 11001001 | 111011 | 100110 |
Color Harmonies of #28739C
Complementary color
Monochromatic Colors of #28739C
Black with #28739C
Text Example
Text Example
White with #28739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28739C; }
p { color: rgb(40,115,156); }
H1.HeaderClassName
{
color: #28739C;
}
.AnyTagClassName
{
color: #28739C;
}
</style>
background-color css
<style>
a { background-color: #28739C; }
a { background-color: rgb(40,115,156); }
div.DivClassName
{
background-color: #28739C;
}
.BgClassName
{
background-color: #28739C;
}
</style>
border-color css
<style>
span { border-color: #28739C; }
span { border-color: rgb(40,115,156); }
td.TdClassName
{
border-color: #28739C;
}
.TagClassName
{
border-color: #28739C;
}
</style>