Shades of Lochmara #28799D
Tints of Lochmara #28799D
RGB
CMYK
RGB Variations
Color information
#28799D (or 0x28799D) is known color: Lochmara. HEX triplet: 28, 79 and 9D. RGB value is (40,121,157). Sum of RGB (Red+Green+Blue) = 40+121+157=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #28799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28799D is #D78662. Grayscale: #646464. Windows color (decimal): -14124643 or 10320168. OLE color: 10320168.
HSL color Cylindrical-coordinate representation of color #28799D: hue angle of 198.46º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28799D is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 121 | 157 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.38 |
| HSL | 198.46º | 0.59% | 0.39% | - |
| HSV(B) | 198.46º | 0.75% | 0.62% | - |
| XYZ | 13.8 | 16.56 | 34.37 | - |
| YUV | 100.89 | 159.66 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 157 | 0.75 | 0.23 | 0 | 0.38 | 198.46 | 0.59 | 0.39 |
| Hex | 28 | 79 | 9D | 4B | 17 | 0 | 26 | C6 | 3B | 27 |
| Octal | 50 | 171 | 235 | 113 | 27 | 0 | 46 | 306 | 73 | 47 |
| Binary | 101000 | 1111001 | 10011101 | 1001011 | 10111 | 0 | 100110 | 11000110 | 111011 | 100111 |
Color Harmonies of #28799D
Complementary color
Monochromatic Colors of #28799D
Black with #28799D
Text Example
Text Example
White with #28799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28799D; }
p { color: rgb(40,121,157); }
H1.HeaderClassName
{
color: #28799D;
}
.AnyTagClassName
{
color: #28799D;
}
</style>
background-color css
<style>
a { background-color: #28799D; }
a { background-color: rgb(40,121,157); }
div.DivClassName
{
background-color: #28799D;
}
.BgClassName
{
background-color: #28799D;
}
</style>
border-color css
<style>
span { border-color: #28799D; }
span { border-color: rgb(40,121,157); }
td.TdClassName
{
border-color: #28799D;
}
.TagClassName
{
border-color: #28799D;
}
</style>