Shades of Lochmara #3A6D9A
Tints of Lochmara #3A6D9A
RGB
CMYK
RGB Variations
Color information
#3A6D9A (or 0x3A6D9A) is known color: Lochmara. HEX triplet: 3A, 6D and 9A. RGB value is (58,109,154). Sum of RGB (Red+Green+Blue) = 58+109+154=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A6D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6D9A is #C59265. Grayscale: #626262. Windows color (decimal): -12948070 or 10120506. OLE color: 10120506.
HSL color Cylindrical-coordinate representation of color #3A6D9A: hue angle of 208.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A6D9A is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 109 | 154 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.40 |
| HSL | 208.13º | 0.45% | 0.42% | - |
| HSV(B) | 208.13º | 0.62% | 0.6% | - |
| XYZ | 13.05 | 14.17 | 32.62 | - |
| YUV | 98.88 | 159.1 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 154 | 0.62 | 0.29 | 0 | 0.40 | 208.13 | 0.45 | 0.42 |
| Hex | 3A | 6D | 9A | 3E | 1D | 0 | 28 | D0 | 2D | 2A |
| Octal | 72 | 155 | 232 | 76 | 35 | 0 | 50 | 320 | 55 | 52 |
| Binary | 111010 | 1101101 | 10011010 | 111110 | 11101 | 0 | 101000 | 11010000 | 101101 | 101010 |
Color Harmonies of #3A6D9A
Complementary color
Monochromatic Colors of #3A6D9A
Black with #3A6D9A
Text Example
Text Example
White with #3A6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6D9A; }
p { color: rgb(58,109,154); }
H1.HeaderClassName
{
color: #3A6D9A;
}
.AnyTagClassName
{
color: #3A6D9A;
}
</style>
background-color css
<style>
a { background-color: #3A6D9A; }
a { background-color: rgb(58,109,154); }
div.DivClassName
{
background-color: #3A6D9A;
}
.BgClassName
{
background-color: #3A6D9A;
}
</style>
border-color css
<style>
span { border-color: #3A6D9A; }
span { border-color: rgb(58,109,154); }
td.TdClassName
{
border-color: #3A6D9A;
}
.TagClassName
{
border-color: #3A6D9A;
}
</style>