Shades of Lochmara #3A6C9E
Tints of Lochmara #3A6C9E
RGB
CMYK
RGB Variations
Color information
#3A6C9E (or 0x3A6C9E) is known color: Lochmara. HEX triplet: 3A, 6C and 9E. RGB value is (58,108,158). Sum of RGB (Red+Green+Blue) = 58+108+158=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A6C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6C9E is #C59361. Grayscale: #626262. Windows color (decimal): -12948322 or 10382394. OLE color: 10382394.
HSL color Cylindrical-coordinate representation of color #3A6C9E: hue angle of 210º 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 #3A6C9E is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 108 | 158 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.38 |
| HSL | 210º | 0.46% | 0.42% | - |
| HSV(B) | 210º | 0.63% | 0.62% | - |
| XYZ | 13.28 | 14.09 | 34.37 | - |
| YUV | 98.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 158 | 0.63 | 0.32 | 0 | 0.38 | 210 | 0.46 | 0.42 |
| Hex | 3A | 6C | 9E | 3F | 20 | 0 | 26 | D2 | 2E | 2A |
| Octal | 72 | 154 | 236 | 77 | 40 | 0 | 46 | 322 | 56 | 52 |
| Binary | 111010 | 1101100 | 10011110 | 111111 | 100000 | 0 | 100110 | 11010010 | 101110 | 101010 |
Color Harmonies of #3A6C9E
Complementary color
Monochromatic Colors of #3A6C9E
Black with #3A6C9E
Text Example
Text Example
White with #3A6C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6C9E; }
p { color: rgb(58,108,158); }
H1.HeaderClassName
{
color: #3A6C9E;
}
.AnyTagClassName
{
color: #3A6C9E;
}
</style>
background-color css
<style>
a { background-color: #3A6C9E; }
a { background-color: rgb(58,108,158); }
div.DivClassName
{
background-color: #3A6C9E;
}
.BgClassName
{
background-color: #3A6C9E;
}
</style>
border-color css
<style>
span { border-color: #3A6C9E; }
span { border-color: rgb(58,108,158); }
td.TdClassName
{
border-color: #3A6C9E;
}
.TagClassName
{
border-color: #3A6C9E;
}
</style>