Shades of Lochmara #3A6CA9
Tints of Lochmara #3A6CA9
RGB
CMYK
RGB Variations
Color information
#3A6CA9 (or 0x3A6CA9) is known color: Lochmara. HEX triplet: 3A, 6C and A9. RGB value is (58,108,169). Sum of RGB (Red+Green+Blue) = 58+108+169=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 169 (66.41% from 255 or 50.45% from 335); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A6CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6CA9 is #C59356. Grayscale: #636363. Windows color (decimal): -12948311 or 11103290. OLE color: 11103290.
HSL color Cylindrical-coordinate representation of color #3A6CA9: hue angle of 212.97º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A6CA9 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 108 | 169 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.34 |
| HSL | 212.97º | 0.49% | 0.45% | - |
| HSV(B) | 212.97º | 0.66% | 0.66% | - |
| XYZ | 14.27 | 14.49 | 39.58 | - |
| YUV | 100 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 169 | 0.66 | 0.36 | 0 | 0.34 | 212.97 | 0.49 | 0.45 |
| Hex | 3A | 6C | A9 | 42 | 24 | 0 | 22 | D5 | 31 | 2D |
| Octal | 72 | 154 | 251 | 102 | 44 | 0 | 42 | 325 | 61 | 55 |
| Binary | 111010 | 1101100 | 10101001 | 1000010 | 100100 | 0 | 100010 | 11010101 | 110001 | 101101 |
Color Harmonies of #3A6CA9
Complementary color
Monochromatic Colors of #3A6CA9
Black with #3A6CA9
Text Example
Text Example
White with #3A6CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6CA9; }
p { color: rgb(58,108,169); }
H1.HeaderClassName
{
color: #3A6CA9;
}
.AnyTagClassName
{
color: #3A6CA9;
}
</style>
background-color css
<style>
a { background-color: #3A6CA9; }
a { background-color: rgb(58,108,169); }
div.DivClassName
{
background-color: #3A6CA9;
}
.BgClassName
{
background-color: #3A6CA9;
}
</style>
border-color css
<style>
span { border-color: #3A6CA9; }
span { border-color: rgb(58,108,169); }
td.TdClassName
{
border-color: #3A6CA9;
}
.TagClassName
{
border-color: #3A6CA9;
}
</style>