Shades of Lochmara #28709A
Tints of Lochmara #28709A
RGB
CMYK
RGB Variations
Color information
#28709A (or 0x28709A) is known color: Lochmara. HEX triplet: 28, 70 and 9A. RGB value is (40,112,154). Sum of RGB (Red+Green+Blue) = 40+112+154=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #28709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28709A is #D78F65. Grayscale: #5F5F5F. Windows color (decimal): -14126950 or 10121256. OLE color: 10121256.
HSL color Cylindrical-coordinate representation of color #28709A: hue angle of 202.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28709A is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 112 | 154 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.40 |
| HSL | 202.11º | 0.59% | 0.38% | - |
| HSV(B) | 202.11º | 0.74% | 0.6% | - |
| XYZ | 12.5 | 14.37 | 32.69 | - |
| YUV | 95.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 154 | 0.74 | 0.27 | 0 | 0.40 | 202.11 | 0.59 | 0.38 |
| Hex | 28 | 70 | 9A | 4A | 1B | 0 | 28 | CA | 3B | 26 |
| Octal | 50 | 160 | 232 | 112 | 33 | 0 | 50 | 312 | 73 | 46 |
| Binary | 101000 | 1110000 | 10011010 | 1001010 | 11011 | 0 | 101000 | 11001010 | 111011 | 100110 |
Color Harmonies of #28709A
Complementary color
Monochromatic Colors of #28709A
Black with #28709A
Text Example
Text Example
White with #28709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28709A; }
p { color: rgb(40,112,154); }
H1.HeaderClassName
{
color: #28709A;
}
.AnyTagClassName
{
color: #28709A;
}
</style>
background-color css
<style>
a { background-color: #28709A; }
a { background-color: rgb(40,112,154); }
div.DivClassName
{
background-color: #28709A;
}
.BgClassName
{
background-color: #28709A;
}
</style>
border-color css
<style>
span { border-color: #28709A; }
span { border-color: rgb(40,112,154); }
td.TdClassName
{
border-color: #28709A;
}
.TagClassName
{
border-color: #28709A;
}
</style>