Shades of Lochmara #28709B
Tints of Lochmara #28709B
RGB
CMYK
RGB Variations
Color information
#28709B (or 0x28709B) is known color: Lochmara. HEX triplet: 28, 70 and 9B. RGB value is (40,112,155). Sum of RGB (Red+Green+Blue) = 40+112+155=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #28709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28709B is #D78F64. Grayscale: #5F5F5F. Windows color (decimal): -14126949 or 10186792. OLE color: 10186792.
HSL color Cylindrical-coordinate representation of color #28709B: hue angle of 202.43º 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 #28709B is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 112 | 155 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.39 |
| HSL | 202.43º | 0.59% | 0.38% | - |
| HSV(B) | 202.43º | 0.74% | 0.61% | - |
| XYZ | 12.59 | 14.41 | 33.13 | - |
| YUV | 95.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 155 | 0.74 | 0.28 | 0 | 0.39 | 202.43 | 0.59 | 0.38 |
| Hex | 28 | 70 | 9B | 4A | 1C | 0 | 27 | CA | 3B | 26 |
| Octal | 50 | 160 | 233 | 112 | 34 | 0 | 47 | 312 | 73 | 46 |
| Binary | 101000 | 1110000 | 10011011 | 1001010 | 11100 | 0 | 100111 | 11001010 | 111011 | 100110 |
Color Harmonies of #28709B
Complementary color
Monochromatic Colors of #28709B
Black with #28709B
Text Example
Text Example
White with #28709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28709B; }
p { color: rgb(40,112,155); }
H1.HeaderClassName
{
color: #28709B;
}
.AnyTagClassName
{
color: #28709B;
}
</style>
background-color css
<style>
a { background-color: #28709B; }
a { background-color: rgb(40,112,155); }
div.DivClassName
{
background-color: #28709B;
}
.BgClassName
{
background-color: #28709B;
}
</style>
border-color css
<style>
span { border-color: #28709B; }
span { border-color: rgb(40,112,155); }
td.TdClassName
{
border-color: #28709B;
}
.TagClassName
{
border-color: #28709B;
}
</style>