Shades of Lochmara #28799C
Tints of Lochmara #28799C
RGB
CMYK
RGB Variations
Color information
#28799C (or 0x28799C) is known color: Lochmara. HEX triplet: 28, 79 and 9C. RGB value is (40,121,156). Sum of RGB (Red+Green+Blue) = 40+121+156=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #28799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28799C is #D78663. Grayscale: #646464. Windows color (decimal): -14124644 or 10254632. OLE color: 10254632.
HSL color Cylindrical-coordinate representation of color #28799C: hue angle of 198.1º 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 #28799C is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 121 | 156 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.39 |
| HSL | 198.1º | 0.59% | 0.38% | - |
| HSV(B) | 198.1º | 0.74% | 0.61% | - |
| XYZ | 13.71 | 16.53 | 33.92 | - |
| YUV | 100.77 | 159.16 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 156 | 0.74 | 0.22 | 0 | 0.39 | 198.1 | 0.59 | 0.38 |
| Hex | 28 | 79 | 9C | 4A | 16 | 0 | 27 | C6 | 3B | 26 |
| Octal | 50 | 171 | 234 | 112 | 26 | 0 | 47 | 306 | 73 | 46 |
| Binary | 101000 | 1111001 | 10011100 | 1001010 | 10110 | 0 | 100111 | 11000110 | 111011 | 100110 |
Color Harmonies of #28799C
Complementary color
Monochromatic Colors of #28799C
Black with #28799C
Text Example
Text Example
White with #28799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28799C; }
p { color: rgb(40,121,156); }
H1.HeaderClassName
{
color: #28799C;
}
.AnyTagClassName
{
color: #28799C;
}
</style>
background-color css
<style>
a { background-color: #28799C; }
a { background-color: rgb(40,121,156); }
div.DivClassName
{
background-color: #28799C;
}
.BgClassName
{
background-color: #28799C;
}
</style>
border-color css
<style>
span { border-color: #28799C; }
span { border-color: rgb(40,121,156); }
td.TdClassName
{
border-color: #28799C;
}
.TagClassName
{
border-color: #28799C;
}
</style>