Shades of Lochmara #3A6F9D
Tints of Lochmara #3A6F9D
RGB
CMYK
RGB Variations
Color information
#3A6F9D (or 0x3A6F9D) is known color: Lochmara. HEX triplet: 3A, 6F and 9D. RGB value is (58,111,157). Sum of RGB (Red+Green+Blue) = 58+111+157=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A6F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6F9D is #C59062. Grayscale: #646464. Windows color (decimal): -12947555 or 10317626. OLE color: 10317626.
HSL color Cylindrical-coordinate representation of color #3A6F9D: hue angle of 207.88º 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 #3A6F9D is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 111 | 157 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.38 |
| HSL | 207.88º | 0.46% | 0.42% | - |
| HSV(B) | 207.88º | 0.63% | 0.62% | - |
| XYZ | 13.52 | 14.7 | 34.02 | - |
| YUV | 100.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 157 | 0.63 | 0.29 | 0 | 0.38 | 207.88 | 0.46 | 0.42 |
| Hex | 3A | 6F | 9D | 3F | 1D | 0 | 26 | D0 | 2E | 2A |
| Octal | 72 | 157 | 235 | 77 | 35 | 0 | 46 | 320 | 56 | 52 |
| Binary | 111010 | 1101111 | 10011101 | 111111 | 11101 | 0 | 100110 | 11010000 | 101110 | 101010 |
Color Harmonies of #3A6F9D
Complementary color
Monochromatic Colors of #3A6F9D
Black with #3A6F9D
Text Example
Text Example
White with #3A6F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F9D; }
p { color: rgb(58,111,157); }
H1.HeaderClassName
{
color: #3A6F9D;
}
.AnyTagClassName
{
color: #3A6F9D;
}
</style>
background-color css
<style>
a { background-color: #3A6F9D; }
a { background-color: rgb(58,111,157); }
div.DivClassName
{
background-color: #3A6F9D;
}
.BgClassName
{
background-color: #3A6F9D;
}
</style>
border-color css
<style>
span { border-color: #3A6F9D; }
span { border-color: rgb(58,111,157); }
td.TdClassName
{
border-color: #3A6F9D;
}
.TagClassName
{
border-color: #3A6F9D;
}
</style>