Shades of Lochmara #36739D
Tints of Lochmara #36739D
RGB
CMYK
RGB Variations
Color information
#36739D (or 0x36739D) is known color: Lochmara. HEX triplet: 36, 73 and 9D. RGB value is (54,115,157). Sum of RGB (Red+Green+Blue) = 54+115+157=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #36739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36739D is #C98C62. Grayscale: #656565. Windows color (decimal): -13208675 or 10318646. OLE color: 10318646.
HSL color Cylindrical-coordinate representation of color #36739D: hue angle of 204.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36739D is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 115 | 157 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.38 |
| HSL | 204.47º | 0.49% | 0.41% | - |
| HSV(B) | 204.47º | 0.66% | 0.62% | - |
| XYZ | 13.74 | 15.48 | 34.16 | - |
| YUV | 101.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 157 | 0.66 | 0.27 | 0 | 0.38 | 204.47 | 0.49 | 0.41 |
| Hex | 36 | 73 | 9D | 42 | 1B | 0 | 26 | CC | 31 | 29 |
| Octal | 66 | 163 | 235 | 102 | 33 | 0 | 46 | 314 | 61 | 51 |
| Binary | 110110 | 1110011 | 10011101 | 1000010 | 11011 | 0 | 100110 | 11001100 | 110001 | 101001 |
Color Harmonies of #36739D
Complementary color
Monochromatic Colors of #36739D
Black with #36739D
Text Example
Text Example
White with #36739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36739D; }
p { color: rgb(54,115,157); }
H1.HeaderClassName
{
color: #36739D;
}
.AnyTagClassName
{
color: #36739D;
}
</style>
background-color css
<style>
a { background-color: #36739D; }
a { background-color: rgb(54,115,157); }
div.DivClassName
{
background-color: #36739D;
}
.BgClassName
{
background-color: #36739D;
}
</style>
border-color css
<style>
span { border-color: #36739D; }
span { border-color: rgb(54,115,157); }
td.TdClassName
{
border-color: #36739D;
}
.TagClassName
{
border-color: #36739D;
}
</style>