Shades of Lochmara #3666A4
Tints of Lochmara #3666A4
RGB
CMYK
RGB Variations
Color information
#3666A4 (or 0x3666A4) is known color: Lochmara. HEX triplet: 36, 66 and A4. RGB value is (54,102,164). Sum of RGB (Red+Green+Blue) = 54+102+164=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #3666A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3666A4 is #C9995B. Grayscale: #5E5E5E. Windows color (decimal): -13211996 or 10774070. OLE color: 10774070.
HSL color Cylindrical-coordinate representation of color #3666A4: hue angle of 213.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3666A4 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 102 | 164 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.36 |
| HSL | 213.82º | 0.5% | 0.43% | - |
| HSV(B) | 213.82º | 0.67% | 0.64% | - |
| XYZ | 12.97 | 12.97 | 36.94 | - |
| YUV | 94.72 | 167.1 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 164 | 0.67 | 0.38 | 0 | 0.36 | 213.82 | 0.5 | 0.43 |
| Hex | 36 | 66 | A4 | 43 | 26 | 0 | 24 | D6 | 32 | 2B |
| Octal | 66 | 146 | 244 | 103 | 46 | 0 | 44 | 326 | 62 | 53 |
| Binary | 110110 | 1100110 | 10100100 | 1000011 | 100110 | 0 | 100100 | 11010110 | 110010 | 101011 |
Color Harmonies of #3666A4
Complementary color
Monochromatic Colors of #3666A4
Black with #3666A4
Text Example
Text Example
White with #3666A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666A4; }
p { color: rgb(54,102,164); }
H1.HeaderClassName
{
color: #3666A4;
}
.AnyTagClassName
{
color: #3666A4;
}
</style>
background-color css
<style>
a { background-color: #3666A4; }
a { background-color: rgb(54,102,164); }
div.DivClassName
{
background-color: #3666A4;
}
.BgClassName
{
background-color: #3666A4;
}
</style>
border-color css
<style>
span { border-color: #3666A4; }
span { border-color: rgb(54,102,164); }
td.TdClassName
{
border-color: #3666A4;
}
.TagClassName
{
border-color: #3666A4;
}
</style>