Shades of Lochmara #36719C
Tints of Lochmara #36719C
RGB
CMYK
RGB Variations
Color information
#36719C (or 0x36719C) is known color: Lochmara. HEX triplet: 36, 71 and 9C. RGB value is (54,113,156). Sum of RGB (Red+Green+Blue) = 54+113+156=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #36719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36719C is #C98E63. Grayscale: #646464. Windows color (decimal): -13209188 or 10252598. OLE color: 10252598.
HSL color Cylindrical-coordinate representation of color #36719C: hue angle of 205.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36719C is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 113 | 156 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.39 |
| HSL | 205.29º | 0.49% | 0.41% | - |
| HSV(B) | 205.29º | 0.65% | 0.61% | - |
| XYZ | 13.43 | 14.99 | 33.64 | - |
| YUV | 100.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 156 | 0.65 | 0.28 | 0 | 0.39 | 205.29 | 0.49 | 0.41 |
| Hex | 36 | 71 | 9C | 41 | 1C | 0 | 27 | CD | 31 | 29 |
| Octal | 66 | 161 | 234 | 101 | 34 | 0 | 47 | 315 | 61 | 51 |
| Binary | 110110 | 1110001 | 10011100 | 1000001 | 11100 | 0 | 100111 | 11001101 | 110001 | 101001 |
Color Harmonies of #36719C
Complementary color
Monochromatic Colors of #36719C
Black with #36719C
Text Example
Text Example
White with #36719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36719C; }
p { color: rgb(54,113,156); }
H1.HeaderClassName
{
color: #36719C;
}
.AnyTagClassName
{
color: #36719C;
}
</style>
background-color css
<style>
a { background-color: #36719C; }
a { background-color: rgb(54,113,156); }
div.DivClassName
{
background-color: #36719C;
}
.BgClassName
{
background-color: #36719C;
}
</style>
border-color css
<style>
span { border-color: #36719C; }
span { border-color: rgb(54,113,156); }
td.TdClassName
{
border-color: #36719C;
}
.TagClassName
{
border-color: #36719C;
}
</style>