Shades of Lochmara #3666A1
Tints of Lochmara #3666A1
RGB
CMYK
RGB Variations
Color information
#3666A1 (or 0x3666A1) is known color: Lochmara. HEX triplet: 36, 66 and A1. RGB value is (54,102,161). Sum of RGB (Red+Green+Blue) = 54+102+161=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 161 (63.28% from 255 or 50.79% from 317); Max value from RGB is 161 - color contains mainly: blue. Hex color #3666A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3666A1 is #C9995E. Grayscale: #5E5E5E. Windows color (decimal): -13211999 or 10577462. OLE color: 10577462.
HSL color Cylindrical-coordinate representation of color #3666A1: hue angle of 213.08º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3666A1 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 102 | 161 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.37 |
| HSL | 213.08º | 0.5% | 0.42% | - |
| HSV(B) | 213.08º | 0.66% | 0.63% | - |
| XYZ | 12.71 | 12.86 | 35.53 | - |
| YUV | 94.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 161 | 0.66 | 0.37 | 0 | 0.37 | 213.08 | 0.5 | 0.42 |
| Hex | 36 | 66 | A1 | 42 | 25 | 0 | 25 | D5 | 32 | 2A |
| Octal | 66 | 146 | 241 | 102 | 45 | 0 | 45 | 325 | 62 | 52 |
| Binary | 110110 | 1100110 | 10100001 | 1000010 | 100101 | 0 | 100101 | 11010101 | 110010 | 101010 |
Color Harmonies of #3666A1
Complementary color
Monochromatic Colors of #3666A1
Black with #3666A1
Text Example
Text Example
White with #3666A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666A1; }
p { color: rgb(54,102,161); }
H1.HeaderClassName
{
color: #3666A1;
}
.AnyTagClassName
{
color: #3666A1;
}
</style>
background-color css
<style>
a { background-color: #3666A1; }
a { background-color: rgb(54,102,161); }
div.DivClassName
{
background-color: #3666A1;
}
.BgClassName
{
background-color: #3666A1;
}
</style>
border-color css
<style>
span { border-color: #3666A1; }
span { border-color: rgb(54,102,161); }
td.TdClassName
{
border-color: #3666A1;
}
.TagClassName
{
border-color: #3666A1;
}
</style>