Shades of Lochmara #36719F
Tints of Lochmara #36719F
RGB
CMYK
RGB Variations
Color information
#36719F (or 0x36719F) is known color: Lochmara. HEX triplet: 36, 71 and 9F. RGB value is (54,113,159). Sum of RGB (Red+Green+Blue) = 54+113+159=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #36719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36719F is #C98E60. Grayscale: #646464. Windows color (decimal): -13209185 or 10449206. OLE color: 10449206.
HSL color Cylindrical-coordinate representation of color #36719F: hue angle of 206.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36719F is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 113 | 159 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.38 |
| HSL | 206.29º | 0.49% | 0.42% | - |
| HSV(B) | 206.29º | 0.66% | 0.62% | - |
| XYZ | 13.68 | 15.1 | 34.99 | - |
| YUV | 100.6 | 160.95 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 159 | 0.66 | 0.29 | 0 | 0.38 | 206.29 | 0.49 | 0.42 |
| Hex | 36 | 71 | 9F | 42 | 1D | 0 | 26 | CE | 31 | 2A |
| Octal | 66 | 161 | 237 | 102 | 35 | 0 | 46 | 316 | 61 | 52 |
| Binary | 110110 | 1110001 | 10011111 | 1000010 | 11101 | 0 | 100110 | 11001110 | 110001 | 101010 |
Color Harmonies of #36719F
Complementary color
Monochromatic Colors of #36719F
Black with #36719F
Text Example
Text Example
White with #36719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36719F; }
p { color: rgb(54,113,159); }
H1.HeaderClassName
{
color: #36719F;
}
.AnyTagClassName
{
color: #36719F;
}
</style>
background-color css
<style>
a { background-color: #36719F; }
a { background-color: rgb(54,113,159); }
div.DivClassName
{
background-color: #36719F;
}
.BgClassName
{
background-color: #36719F;
}
</style>
border-color css
<style>
span { border-color: #36719F; }
span { border-color: rgb(54,113,159); }
td.TdClassName
{
border-color: #36719F;
}
.TagClassName
{
border-color: #36719F;
}
</style>