Shades of Lochmara #36679B
Tints of Lochmara #36679B
RGB
CMYK
RGB Variations
Color information
#36679B (or 0x36679B) is known color: Lochmara. HEX triplet: 36, 67 and 9B. RGB value is (54,103,155). Sum of RGB (Red+Green+Blue) = 54+103+155=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #36679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36679B is #C99864. Grayscale: #5E5E5E. Windows color (decimal): -13211749 or 10184502. OLE color: 10184502.
HSL color Cylindrical-coordinate representation of color #36679B: hue angle of 210.89º degrees, saturation: 0.48, 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 #36679B is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 103 | 155 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.39 |
| HSL | 210.89º | 0.48% | 0.41% | - |
| HSV(B) | 210.89º | 0.65% | 0.61% | - |
| XYZ | 12.29 | 12.85 | 32.84 | - |
| YUV | 94.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 155 | 0.65 | 0.34 | 0 | 0.39 | 210.89 | 0.48 | 0.41 |
| Hex | 36 | 67 | 9B | 41 | 22 | 0 | 27 | D3 | 30 | 29 |
| Octal | 66 | 147 | 233 | 101 | 42 | 0 | 47 | 323 | 60 | 51 |
| Binary | 110110 | 1100111 | 10011011 | 1000001 | 100010 | 0 | 100111 | 11010011 | 110000 | 101001 |
Color Harmonies of #36679B
Complementary color
Monochromatic Colors of #36679B
Black with #36679B
Text Example
Text Example
White with #36679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36679B; }
p { color: rgb(54,103,155); }
H1.HeaderClassName
{
color: #36679B;
}
.AnyTagClassName
{
color: #36679B;
}
</style>
background-color css
<style>
a { background-color: #36679B; }
a { background-color: rgb(54,103,155); }
div.DivClassName
{
background-color: #36679B;
}
.BgClassName
{
background-color: #36679B;
}
</style>
border-color css
<style>
span { border-color: #36679B; }
span { border-color: rgb(54,103,155); }
td.TdClassName
{
border-color: #36679B;
}
.TagClassName
{
border-color: #36679B;
}
</style>