Shades of Lochmara #28779B
Tints of Lochmara #28779B
RGB
CMYK
RGB Variations
Color information
#28779B (or 0x28779B) is known color: Lochmara. HEX triplet: 28, 77 and 9B. RGB value is (40,119,155). Sum of RGB (Red+Green+Blue) = 40+119+155=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #28779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28779B is #D78864. Grayscale: #636363. Windows color (decimal): -14125157 or 10188584. OLE color: 10188584.
HSL color Cylindrical-coordinate representation of color #28779B: hue angle of 198.78º 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 #28779B is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 119 | 155 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.39 |
| HSL | 198.78º | 0.59% | 0.38% | - |
| HSV(B) | 198.78º | 0.74% | 0.61% | - |
| XYZ | 13.39 | 16.01 | 33.4 | - |
| YUV | 99.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 155 | 0.74 | 0.23 | 0 | 0.39 | 198.78 | 0.59 | 0.38 |
| Hex | 28 | 77 | 9B | 4A | 17 | 0 | 27 | C7 | 3B | 26 |
| Octal | 50 | 167 | 233 | 112 | 27 | 0 | 47 | 307 | 73 | 46 |
| Binary | 101000 | 1110111 | 10011011 | 1001010 | 10111 | 0 | 100111 | 11000111 | 111011 | 100110 |
Color Harmonies of #28779B
Complementary color
Monochromatic Colors of #28779B
Black with #28779B
Text Example
Text Example
White with #28779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28779B; }
p { color: rgb(40,119,155); }
H1.HeaderClassName
{
color: #28779B;
}
.AnyTagClassName
{
color: #28779B;
}
</style>
background-color css
<style>
a { background-color: #28779B; }
a { background-color: rgb(40,119,155); }
div.DivClassName
{
background-color: #28779B;
}
.BgClassName
{
background-color: #28779B;
}
</style>
border-color css
<style>
span { border-color: #28779B; }
span { border-color: rgb(40,119,155); }
td.TdClassName
{
border-color: #28779B;
}
.TagClassName
{
border-color: #28779B;
}
</style>