Shades of Lochmara #3A6B9E
Tints of Lochmara #3A6B9E
RGB
CMYK
RGB Variations
Color information
#3A6B9E (or 0x3A6B9E) is known color: Lochmara. HEX triplet: 3A, 6B and 9E. RGB value is (58,107,158). Sum of RGB (Red+Green+Blue) = 58+107+158=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A6B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6B9E is #C59461. Grayscale: #616161. Windows color (decimal): -12948578 or 10382138. OLE color: 10382138.
HSL color Cylindrical-coordinate representation of color #3A6B9E: hue angle of 210.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A6B9E is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 107 | 158 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.38 |
| HSL | 210.6º | 0.46% | 0.42% | - |
| HSV(B) | 210.6º | 0.63% | 0.62% | - |
| XYZ | 13.17 | 13.88 | 34.33 | - |
| YUV | 98.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 158 | 0.63 | 0.32 | 0 | 0.38 | 210.6 | 0.46 | 0.42 |
| Hex | 3A | 6B | 9E | 3F | 20 | 0 | 26 | D3 | 2E | 2A |
| Octal | 72 | 153 | 236 | 77 | 40 | 0 | 46 | 323 | 56 | 52 |
| Binary | 111010 | 1101011 | 10011110 | 111111 | 100000 | 0 | 100110 | 11010011 | 101110 | 101010 |
Color Harmonies of #3A6B9E
Complementary color
Monochromatic Colors of #3A6B9E
Black with #3A6B9E
Text Example
Text Example
White with #3A6B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6B9E; }
p { color: rgb(58,107,158); }
H1.HeaderClassName
{
color: #3A6B9E;
}
.AnyTagClassName
{
color: #3A6B9E;
}
</style>
background-color css
<style>
a { background-color: #3A6B9E; }
a { background-color: rgb(58,107,158); }
div.DivClassName
{
background-color: #3A6B9E;
}
.BgClassName
{
background-color: #3A6B9E;
}
</style>
border-color css
<style>
span { border-color: #3A6B9E; }
span { border-color: rgb(58,107,158); }
td.TdClassName
{
border-color: #3A6B9E;
}
.TagClassName
{
border-color: #3A6B9E;
}
</style>