Shades of Lochmara #28729B
Tints of Lochmara #28729B
RGB
CMYK
RGB Variations
Color information
#28729B (or 0x28729B) is known color: Lochmara. HEX triplet: 28, 72 and 9B. RGB value is (40,114,155). Sum of RGB (Red+Green+Blue) = 40+114+155=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #28729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28729B is #D78D64. Grayscale: #606060. Windows color (decimal): -14126437 or 10187304. OLE color: 10187304.
HSL color Cylindrical-coordinate representation of color #28729B: hue angle of 201.39º 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 #28729B is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 114 | 155 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.39 |
| HSL | 201.39º | 0.59% | 0.38% | - |
| HSV(B) | 201.39º | 0.74% | 0.61% | - |
| XYZ | 12.81 | 14.85 | 33.2 | - |
| YUV | 96.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 155 | 0.74 | 0.26 | 0 | 0.39 | 201.39 | 0.59 | 0.38 |
| Hex | 28 | 72 | 9B | 4A | 1A | 0 | 27 | C9 | 3B | 26 |
| Octal | 50 | 162 | 233 | 112 | 32 | 0 | 47 | 311 | 73 | 46 |
| Binary | 101000 | 1110010 | 10011011 | 1001010 | 11010 | 0 | 100111 | 11001001 | 111011 | 100110 |
Color Harmonies of #28729B
Complementary color
Monochromatic Colors of #28729B
Black with #28729B
Text Example
Text Example
White with #28729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28729B; }
p { color: rgb(40,114,155); }
H1.HeaderClassName
{
color: #28729B;
}
.AnyTagClassName
{
color: #28729B;
}
</style>
background-color css
<style>
a { background-color: #28729B; }
a { background-color: rgb(40,114,155); }
div.DivClassName
{
background-color: #28729B;
}
.BgClassName
{
background-color: #28729B;
}
</style>
border-color css
<style>
span { border-color: #28729B; }
span { border-color: rgb(40,114,155); }
td.TdClassName
{
border-color: #28729B;
}
.TagClassName
{
border-color: #28729B;
}
</style>