Shades of Lochmara #28789A
Tints of Lochmara #28789A
RGB
CMYK
RGB Variations
Color information
#28789A (or 0x28789A) is known color: Lochmara. HEX triplet: 28, 78 and 9A. RGB value is (40,120,154). Sum of RGB (Red+Green+Blue) = 40+120+154=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #28789A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28789A is #D78765. Grayscale: #636363. Windows color (decimal): -14124902 or 10123304. OLE color: 10123304.
HSL color Cylindrical-coordinate representation of color #28789A: hue angle of 197.89º 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 #28789A is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 120 | 154 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.40 |
| HSL | 197.89º | 0.59% | 0.38% | - |
| HSV(B) | 197.89º | 0.74% | 0.6% | - |
| XYZ | 13.42 | 16.22 | 32.99 | - |
| YUV | 99.96 | 158.5 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 154 | 0.74 | 0.22 | 0 | 0.40 | 197.89 | 0.59 | 0.38 |
| Hex | 28 | 78 | 9A | 4A | 16 | 0 | 28 | C6 | 3B | 26 |
| Octal | 50 | 170 | 232 | 112 | 26 | 0 | 50 | 306 | 73 | 46 |
| Binary | 101000 | 1111000 | 10011010 | 1001010 | 10110 | 0 | 101000 | 11000110 | 111011 | 100110 |
Color Harmonies of #28789A
Complementary color
Monochromatic Colors of #28789A
Black with #28789A
Text Example
Text Example
White with #28789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28789A; }
p { color: rgb(40,120,154); }
H1.HeaderClassName
{
color: #28789A;
}
.AnyTagClassName
{
color: #28789A;
}
</style>
background-color css
<style>
a { background-color: #28789A; }
a { background-color: rgb(40,120,154); }
div.DivClassName
{
background-color: #28789A;
}
.BgClassName
{
background-color: #28789A;
}
</style>
border-color css
<style>
span { border-color: #28789A; }
span { border-color: rgb(40,120,154); }
td.TdClassName
{
border-color: #28789A;
}
.TagClassName
{
border-color: #28789A;
}
</style>