Shades of Lochmara #366DB4
Tints of Lochmara #366DB4
RGB
CMYK
RGB Variations
Color information
#366DB4 (or 0x366DB4) is known color: Lochmara. HEX triplet: 36, 6D and B4. RGB value is (54,109,180). Sum of RGB (Red+Green+Blue) = 54+109+180=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #366DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366DB4 is #C9924B. Grayscale: #646464. Windows color (decimal): -13210188 or 11824438. OLE color: 11824438.
HSL color Cylindrical-coordinate representation of color #366DB4: hue angle of 213.81º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #366DB4 is Cyan = 0.7, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 109 | 180 | - |
| CMYK | 0.7 | 0.39 | 0 | 0.29 |
| HSL | 213.81º | 0.54% | 0.46% | - |
| HSV(B) | 213.81º | 0.7% | 0.71% | - |
| XYZ | 15.23 | 15.02 | 45.28 | - |
| YUV | 100.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 180 | 0.7 | 0.39 | 0 | 0.29 | 213.81 | 0.54 | 0.46 |
| Hex | 36 | 6D | B4 | 46 | 27 | 0 | 1D | D6 | 36 | 2E |
| Octal | 66 | 155 | 264 | 106 | 47 | 0 | 35 | 326 | 66 | 56 |
| Binary | 110110 | 1101101 | 10110100 | 1000110 | 100111 | 0 | 11101 | 11010110 | 110110 | 101110 |
Color Harmonies of #366DB4
Complementary color
Monochromatic Colors of #366DB4
Black with #366DB4
Text Example
Text Example
White with #366DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366DB4; }
p { color: rgb(54,109,180); }
H1.HeaderClassName
{
color: #366DB4;
}
.AnyTagClassName
{
color: #366DB4;
}
</style>
background-color css
<style>
a { background-color: #366DB4; }
a { background-color: rgb(54,109,180); }
div.DivClassName
{
background-color: #366DB4;
}
.BgClassName
{
background-color: #366DB4;
}
</style>
border-color css
<style>
span { border-color: #366DB4; }
span { border-color: rgb(54,109,180); }
td.TdClassName
{
border-color: #366DB4;
}
.TagClassName
{
border-color: #366DB4;
}
</style>