Shades of Lochmara #3A6CAC
Tints of Lochmara #3A6CAC
RGB
CMYK
RGB Variations
Color information
#3A6CAC (or 0x3A6CAC) is known color: Lochmara. HEX triplet: 3A, 6C and AC. RGB value is (58,108,172). Sum of RGB (Red+Green+Blue) = 58+108+172=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A6CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6CAC is #C59353. Grayscale: #646464. Windows color (decimal): -12948308 or 11299898. OLE color: 11299898.
HSL color Cylindrical-coordinate representation of color #3A6CAC: hue angle of 213.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A6CAC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 108 | 172 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.33 |
| HSL | 213.68º | 0.5% | 0.45% | - |
| HSV(B) | 213.68º | 0.66% | 0.67% | - |
| XYZ | 14.55 | 14.6 | 41.08 | - |
| YUV | 100.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 172 | 0.66 | 0.37 | 0 | 0.33 | 213.68 | 0.5 | 0.45 |
| Hex | 3A | 6C | AC | 42 | 25 | 0 | 21 | D6 | 32 | 2D |
| Octal | 72 | 154 | 254 | 102 | 45 | 0 | 41 | 326 | 62 | 55 |
| Binary | 111010 | 1101100 | 10101100 | 1000010 | 100101 | 0 | 100001 | 11010110 | 110010 | 101101 |
Color Harmonies of #3A6CAC
Complementary color
Monochromatic Colors of #3A6CAC
Black with #3A6CAC
Text Example
Text Example
White with #3A6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6CAC; }
p { color: rgb(58,108,172); }
H1.HeaderClassName
{
color: #3A6CAC;
}
.AnyTagClassName
{
color: #3A6CAC;
}
</style>
background-color css
<style>
a { background-color: #3A6CAC; }
a { background-color: rgb(58,108,172); }
div.DivClassName
{
background-color: #3A6CAC;
}
.BgClassName
{
background-color: #3A6CAC;
}
</style>
border-color css
<style>
span { border-color: #3A6CAC; }
span { border-color: rgb(58,108,172); }
td.TdClassName
{
border-color: #3A6CAC;
}
.TagClassName
{
border-color: #3A6CAC;
}
</style>