Shades of Lochmara #28749F
Tints of Lochmara #28749F
RGB
CMYK
RGB Variations
Color information
#28749F (or 0x28749F) is known color: Lochmara. HEX triplet: 28, 74 and 9F. RGB value is (40,116,159). Sum of RGB (Red+Green+Blue) = 40+116+159=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #28749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28749F is #D78B60. Grayscale: #616161. Windows color (decimal): -14125921 or 10449960. OLE color: 10449960.
HSL color Cylindrical-coordinate representation of color #28749F: hue angle of 201.68º degrees, saturation: 0.6, 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 #28749F is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 116 | 159 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.38 |
| HSL | 201.68º | 0.6% | 0.39% | - |
| HSV(B) | 201.68º | 0.75% | 0.62% | - |
| XYZ | 13.38 | 15.45 | 35.08 | - |
| YUV | 98.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 159 | 0.75 | 0.27 | 0 | 0.38 | 201.68 | 0.6 | 0.39 |
| Hex | 28 | 74 | 9F | 4B | 1B | 0 | 26 | CA | 3C | 27 |
| Octal | 50 | 164 | 237 | 113 | 33 | 0 | 46 | 312 | 74 | 47 |
| Binary | 101000 | 1110100 | 10011111 | 1001011 | 11011 | 0 | 100110 | 11001010 | 111100 | 100111 |
Color Harmonies of #28749F
Complementary color
Monochromatic Colors of #28749F
Black with #28749F
Text Example
Text Example
White with #28749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28749F; }
p { color: rgb(40,116,159); }
H1.HeaderClassName
{
color: #28749F;
}
.AnyTagClassName
{
color: #28749F;
}
</style>
background-color css
<style>
a { background-color: #28749F; }
a { background-color: rgb(40,116,159); }
div.DivClassName
{
background-color: #28749F;
}
.BgClassName
{
background-color: #28749F;
}
</style>
border-color css
<style>
span { border-color: #28749F; }
span { border-color: rgb(40,116,159); }
td.TdClassName
{
border-color: #28749F;
}
.TagClassName
{
border-color: #28749F;
}
</style>