Shades of Lochmara #366B9D
Tints of Lochmara #366B9D
RGB
CMYK
RGB Variations
Color information
#366B9D (or 0x366B9D) is known color: Lochmara. HEX triplet: 36, 6B and 9D. RGB value is (54,107,157). Sum of RGB (Red+Green+Blue) = 54+107+157=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #366B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B9D is #C99462. Grayscale: #606060. Windows color (decimal): -13210723 or 10316598. OLE color: 10316598.
HSL color Cylindrical-coordinate representation of color #366B9D: hue angle of 209.13º 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 #366B9D is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 107 | 157 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.38 |
| HSL | 209.13º | 0.49% | 0.41% | - |
| HSV(B) | 209.13º | 0.66% | 0.62% | - |
| XYZ | 12.86 | 13.73 | 33.87 | - |
| YUV | 96.85 | 161.94 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 157 | 0.66 | 0.32 | 0 | 0.38 | 209.13 | 0.49 | 0.41 |
| Hex | 36 | 6B | 9D | 42 | 20 | 0 | 26 | D1 | 31 | 29 |
| Octal | 66 | 153 | 235 | 102 | 40 | 0 | 46 | 321 | 61 | 51 |
| Binary | 110110 | 1101011 | 10011101 | 1000010 | 100000 | 0 | 100110 | 11010001 | 110001 | 101001 |
Color Harmonies of #366B9D
Complementary color
Monochromatic Colors of #366B9D
Black with #366B9D
Text Example
Text Example
White with #366B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B9D; }
p { color: rgb(54,107,157); }
H1.HeaderClassName
{
color: #366B9D;
}
.AnyTagClassName
{
color: #366B9D;
}
</style>
background-color css
<style>
a { background-color: #366B9D; }
a { background-color: rgb(54,107,157); }
div.DivClassName
{
background-color: #366B9D;
}
.BgClassName
{
background-color: #366B9D;
}
</style>
border-color css
<style>
span { border-color: #366B9D; }
span { border-color: rgb(54,107,157); }
td.TdClassName
{
border-color: #366B9D;
}
.TagClassName
{
border-color: #366B9D;
}
</style>