Shades of Lochmara #36659C
Tints of Lochmara #36659C
RGB
CMYK
RGB Variations
Color information
#36659C (or 0x36659C) is known color: Lochmara. HEX triplet: 36, 65 and 9C. RGB value is (54,101,156). Sum of RGB (Red+Green+Blue) = 54+101+156=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #36659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36659C is #C99A63. Grayscale: #5C5C5C. Windows color (decimal): -13212260 or 10249526. OLE color: 10249526.
HSL color Cylindrical-coordinate representation of color #36659C: hue angle of 212.35º 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 #36659C is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 101 | 156 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.39 |
| HSL | 212.35º | 0.49% | 0.41% | - |
| HSV(B) | 212.35º | 0.65% | 0.61% | - |
| XYZ | 12.18 | 12.49 | 33.22 | - |
| YUV | 93.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 156 | 0.65 | 0.35 | 0 | 0.39 | 212.35 | 0.49 | 0.41 |
| Hex | 36 | 65 | 9C | 41 | 23 | 0 | 27 | D4 | 31 | 29 |
| Octal | 66 | 145 | 234 | 101 | 43 | 0 | 47 | 324 | 61 | 51 |
| Binary | 110110 | 1100101 | 10011100 | 1000001 | 100011 | 0 | 100111 | 11010100 | 110001 | 101001 |
Color Harmonies of #36659C
Complementary color
Monochromatic Colors of #36659C
Black with #36659C
Text Example
Text Example
White with #36659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36659C; }
p { color: rgb(54,101,156); }
H1.HeaderClassName
{
color: #36659C;
}
.AnyTagClassName
{
color: #36659C;
}
</style>
background-color css
<style>
a { background-color: #36659C; }
a { background-color: rgb(54,101,156); }
div.DivClassName
{
background-color: #36659C;
}
.BgClassName
{
background-color: #36659C;
}
</style>
border-color css
<style>
span { border-color: #36659C; }
span { border-color: rgb(54,101,156); }
td.TdClassName
{
border-color: #36659C;
}
.TagClassName
{
border-color: #36659C;
}
</style>