Shades of Lochmara #366CB0
Tints of Lochmara #366CB0
RGB
CMYK
RGB Variations
Color information
#366CB0 (or 0x366CB0) is known color: Lochmara. HEX triplet: 36, 6C and B0. RGB value is (54,108,176). Sum of RGB (Red+Green+Blue) = 54+108+176=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #366CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366CB0 is #C9934F. Grayscale: #636363. Windows color (decimal): -13210448 or 11562038. OLE color: 11562038.
HSL color Cylindrical-coordinate representation of color #366CB0: hue angle of 213.44º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #366CB0 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 108 | 176 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.31 |
| HSL | 213.44º | 0.53% | 0.45% | - |
| HSV(B) | 213.44º | 0.69% | 0.69% | - |
| XYZ | 14.72 | 14.64 | 43.13 | - |
| YUV | 99.61 | 171.11 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 176 | 0.69 | 0.39 | 0 | 0.31 | 213.44 | 0.53 | 0.45 |
| Hex | 36 | 6C | B0 | 45 | 27 | 0 | 1F | D5 | 35 | 2D |
| Octal | 66 | 154 | 260 | 105 | 47 | 0 | 37 | 325 | 65 | 55 |
| Binary | 110110 | 1101100 | 10110000 | 1000101 | 100111 | 0 | 11111 | 11010101 | 110101 | 101101 |
Color Harmonies of #366CB0
Complementary color
Monochromatic Colors of #366CB0
Black with #366CB0
Text Example
Text Example
White with #366CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CB0; }
p { color: rgb(54,108,176); }
H1.HeaderClassName
{
color: #366CB0;
}
.AnyTagClassName
{
color: #366CB0;
}
</style>
background-color css
<style>
a { background-color: #366CB0; }
a { background-color: rgb(54,108,176); }
div.DivClassName
{
background-color: #366CB0;
}
.BgClassName
{
background-color: #366CB0;
}
</style>
border-color css
<style>
span { border-color: #366CB0; }
span { border-color: rgb(54,108,176); }
td.TdClassName
{
border-color: #366CB0;
}
.TagClassName
{
border-color: #366CB0;
}
</style>