Shades of Lochmara #36719A
Tints of Lochmara #36719A
RGB
CMYK
RGB Variations
Color information
#36719A (or 0x36719A) is known color: Lochmara. HEX triplet: 36, 71 and 9A. RGB value is (54,113,154). Sum of RGB (Red+Green+Blue) = 54+113+154=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #36719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36719A is #C98E65. Grayscale: #636363. Windows color (decimal): -13209190 or 10121526. OLE color: 10121526.
HSL color Cylindrical-coordinate representation of color #36719A: hue angle of 204.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36719A is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 113 | 154 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.40 |
| HSL | 204.6º | 0.48% | 0.41% | - |
| HSV(B) | 204.6º | 0.65% | 0.6% | - |
| XYZ | 13.26 | 14.93 | 32.75 | - |
| YUV | 100.03 | 158.45 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 154 | 0.65 | 0.27 | 0 | 0.40 | 204.6 | 0.48 | 0.41 |
| Hex | 36 | 71 | 9A | 41 | 1B | 0 | 28 | CD | 30 | 29 |
| Octal | 66 | 161 | 232 | 101 | 33 | 0 | 50 | 315 | 60 | 51 |
| Binary | 110110 | 1110001 | 10011010 | 1000001 | 11011 | 0 | 101000 | 11001101 | 110000 | 101001 |
Color Harmonies of #36719A
Complementary color
Monochromatic Colors of #36719A
Black with #36719A
Text Example
Text Example
White with #36719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36719A; }
p { color: rgb(54,113,154); }
H1.HeaderClassName
{
color: #36719A;
}
.AnyTagClassName
{
color: #36719A;
}
</style>
background-color css
<style>
a { background-color: #36719A; }
a { background-color: rgb(54,113,154); }
div.DivClassName
{
background-color: #36719A;
}
.BgClassName
{
background-color: #36719A;
}
</style>
border-color css
<style>
span { border-color: #36719A; }
span { border-color: rgb(54,113,154); }
td.TdClassName
{
border-color: #36719A;
}
.TagClassName
{
border-color: #36719A;
}
</style>