Shades of Lochmara #3A7B9D
Tints of Lochmara #3A7B9D
RGB
CMYK
RGB Variations
Color information
#3A7B9D (or 0x3A7B9D) is known color: Lochmara. HEX triplet: 3A, 7B and 9D. RGB value is (58,123,157). Sum of RGB (Red+Green+Blue) = 58+123+157=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A7B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7B9D is #C58462. Grayscale: #6B6B6B. Windows color (decimal): -12944483 or 10320698. OLE color: 10320698.
HSL color Cylindrical-coordinate representation of color #3A7B9D: hue angle of 200.61º 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 #3A7B9D is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 123 | 157 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.38 |
| HSL | 200.61º | 0.46% | 0.42% | - |
| HSV(B) | 200.61º | 0.63% | 0.62% | - |
| XYZ | 14.91 | 17.5 | 34.49 | - |
| YUV | 107.44 | 155.97 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 157 | 0.63 | 0.22 | 0 | 0.38 | 200.61 | 0.46 | 0.42 |
| Hex | 3A | 7B | 9D | 3F | 16 | 0 | 26 | C9 | 2E | 2A |
| Octal | 72 | 173 | 235 | 77 | 26 | 0 | 46 | 311 | 56 | 52 |
| Binary | 111010 | 1111011 | 10011101 | 111111 | 10110 | 0 | 100110 | 11001001 | 101110 | 101010 |
Color Harmonies of #3A7B9D
Complementary color
Monochromatic Colors of #3A7B9D
Black with #3A7B9D
Text Example
Text Example
White with #3A7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B9D; }
p { color: rgb(58,123,157); }
H1.HeaderClassName
{
color: #3A7B9D;
}
.AnyTagClassName
{
color: #3A7B9D;
}
</style>
background-color css
<style>
a { background-color: #3A7B9D; }
a { background-color: rgb(58,123,157); }
div.DivClassName
{
background-color: #3A7B9D;
}
.BgClassName
{
background-color: #3A7B9D;
}
</style>
border-color css
<style>
span { border-color: #3A7B9D; }
span { border-color: rgb(58,123,157); }
td.TdClassName
{
border-color: #3A7B9D;
}
.TagClassName
{
border-color: #3A7B9D;
}
</style>