Shades of Lochmara #28619C
Tints of Lochmara #28619C
RGB
CMYK
RGB Variations
Color information
#28619C (or 0x28619C) is known color: Lochmara. HEX triplet: 28, 61 and 9C. RGB value is (40,97,156). Sum of RGB (Red+Green+Blue) = 40+97+156=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #28619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28619C is #D79E63. Grayscale: #565656. Windows color (decimal): -14130788 or 10248488. OLE color: 10248488.
HSL color Cylindrical-coordinate representation of color #28619C: hue angle of 210.52º 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 #28619C is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 97 | 156 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.39 |
| HSL | 210.52º | 0.59% | 0.38% | - |
| HSV(B) | 210.52º | 0.74% | 0.61% | - |
| XYZ | 11.15 | 11.4 | 33.07 | - |
| YUV | 86.68 | 167.12 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 156 | 0.74 | 0.38 | 0 | 0.39 | 210.52 | 0.59 | 0.38 |
| Hex | 28 | 61 | 9C | 4A | 26 | 0 | 27 | D3 | 3B | 26 |
| Octal | 50 | 141 | 234 | 112 | 46 | 0 | 47 | 323 | 73 | 46 |
| Binary | 101000 | 1100001 | 10011100 | 1001010 | 100110 | 0 | 100111 | 11010011 | 111011 | 100110 |
Color Harmonies of #28619C
Complementary color
Monochromatic Colors of #28619C
Black with #28619C
Text Example
Text Example
White with #28619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28619C; }
p { color: rgb(40,97,156); }
H1.HeaderClassName
{
color: #28619C;
}
.AnyTagClassName
{
color: #28619C;
}
</style>
background-color css
<style>
a { background-color: #28619C; }
a { background-color: rgb(40,97,156); }
div.DivClassName
{
background-color: #28619C;
}
.BgClassName
{
background-color: #28619C;
}
</style>
border-color css
<style>
span { border-color: #28619C; }
span { border-color: rgb(40,97,156); }
td.TdClassName
{
border-color: #28619C;
}
.TagClassName
{
border-color: #28619C;
}
</style>