Shades of Lochmara #3A6CAA
Tints of Lochmara #3A6CAA
RGB
CMYK
RGB Variations
Color information
#3A6CAA (or 0x3A6CAA) is known color: Lochmara. HEX triplet: 3A, 6C and AA. RGB value is (58,108,170). Sum of RGB (Red+Green+Blue) = 58+108+170=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A6CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6CAA is #C59355. Grayscale: #636363. Windows color (decimal): -12948310 or 11168826. OLE color: 11168826.
HSL color Cylindrical-coordinate representation of color #3A6CAA: hue angle of 213.21º degrees, saturation: 0.49, 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 #3A6CAA is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 108 | 170 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.33 |
| HSL | 213.21º | 0.49% | 0.45% | - |
| HSV(B) | 213.21º | 0.66% | 0.67% | - |
| XYZ | 14.36 | 14.53 | 40.08 | - |
| YUV | 100.12 | 167.44 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 170 | 0.66 | 0.36 | 0 | 0.33 | 213.21 | 0.49 | 0.45 |
| Hex | 3A | 6C | AA | 42 | 24 | 0 | 21 | D5 | 31 | 2D |
| Octal | 72 | 154 | 252 | 102 | 44 | 0 | 41 | 325 | 61 | 55 |
| Binary | 111010 | 1101100 | 10101010 | 1000010 | 100100 | 0 | 100001 | 11010101 | 110001 | 101101 |
Color Harmonies of #3A6CAA
Complementary color
Monochromatic Colors of #3A6CAA
Black with #3A6CAA
Text Example
Text Example
White with #3A6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6CAA; }
p { color: rgb(58,108,170); }
H1.HeaderClassName
{
color: #3A6CAA;
}
.AnyTagClassName
{
color: #3A6CAA;
}
</style>
background-color css
<style>
a { background-color: #3A6CAA; }
a { background-color: rgb(58,108,170); }
div.DivClassName
{
background-color: #3A6CAA;
}
.BgClassName
{
background-color: #3A6CAA;
}
</style>
border-color css
<style>
span { border-color: #3A6CAA; }
span { border-color: rgb(58,108,170); }
td.TdClassName
{
border-color: #3A6CAA;
}
.TagClassName
{
border-color: #3A6CAA;
}
</style>