Shades of Lochmara #36679D
Tints of Lochmara #36679D
RGB
CMYK
RGB Variations
Color information
#36679D (or 0x36679D) is known color: Lochmara. HEX triplet: 36, 67 and 9D. RGB value is (54,103,157). Sum of RGB (Red+Green+Blue) = 54+103+157=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #36679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36679D is #C99862. Grayscale: #5E5E5E. Windows color (decimal): -13211747 or 10315574. OLE color: 10315574.
HSL color Cylindrical-coordinate representation of color #36679D: hue angle of 211.46º 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 #36679D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 103 | 157 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.38 |
| HSL | 211.46º | 0.49% | 0.41% | - |
| HSV(B) | 211.46º | 0.66% | 0.62% | - |
| XYZ | 12.46 | 12.92 | 33.74 | - |
| YUV | 94.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 157 | 0.66 | 0.34 | 0 | 0.38 | 211.46 | 0.49 | 0.41 |
| Hex | 36 | 67 | 9D | 42 | 22 | 0 | 26 | D3 | 31 | 29 |
| Octal | 66 | 147 | 235 | 102 | 42 | 0 | 46 | 323 | 61 | 51 |
| Binary | 110110 | 1100111 | 10011101 | 1000010 | 100010 | 0 | 100110 | 11010011 | 110001 | 101001 |
Color Harmonies of #36679D
Complementary color
Monochromatic Colors of #36679D
Black with #36679D
Text Example
Text Example
White with #36679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36679D; }
p { color: rgb(54,103,157); }
H1.HeaderClassName
{
color: #36679D;
}
.AnyTagClassName
{
color: #36679D;
}
</style>
background-color css
<style>
a { background-color: #36679D; }
a { background-color: rgb(54,103,157); }
div.DivClassName
{
background-color: #36679D;
}
.BgClassName
{
background-color: #36679D;
}
</style>
border-color css
<style>
span { border-color: #36679D; }
span { border-color: rgb(54,103,157); }
td.TdClassName
{
border-color: #36679D;
}
.TagClassName
{
border-color: #36679D;
}
</style>