Shades of Lochmara #3A789D
Tints of Lochmara #3A789D
RGB
CMYK
RGB Variations
Color information
#3A789D (or 0x3A789D) is known color: Lochmara. HEX triplet: 3A, 78 and 9D. RGB value is (58,120,157). Sum of RGB (Red+Green+Blue) = 58+120+157=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A789D is #C58762. Grayscale: #696969. Windows color (decimal): -12945251 or 10319930. OLE color: 10319930.
HSL color Cylindrical-coordinate representation of color #3A789D: hue angle of 202.42º 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 #3A789D is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 120 | 157 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.38 |
| HSL | 202.42º | 0.46% | 0.42% | - |
| HSV(B) | 202.42º | 0.63% | 0.62% | - |
| XYZ | 14.55 | 16.77 | 34.37 | - |
| YUV | 105.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 157 | 0.63 | 0.24 | 0 | 0.38 | 202.42 | 0.46 | 0.42 |
| Hex | 3A | 78 | 9D | 3F | 18 | 0 | 26 | CA | 2E | 2A |
| Octal | 72 | 170 | 235 | 77 | 30 | 0 | 46 | 312 | 56 | 52 |
| Binary | 111010 | 1111000 | 10011101 | 111111 | 11000 | 0 | 100110 | 11001010 | 101110 | 101010 |
Color Harmonies of #3A789D
Complementary color
Monochromatic Colors of #3A789D
Black with #3A789D
Text Example
Text Example
White with #3A789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A789D; }
p { color: rgb(58,120,157); }
H1.HeaderClassName
{
color: #3A789D;
}
.AnyTagClassName
{
color: #3A789D;
}
</style>
background-color css
<style>
a { background-color: #3A789D; }
a { background-color: rgb(58,120,157); }
div.DivClassName
{
background-color: #3A789D;
}
.BgClassName
{
background-color: #3A789D;
}
</style>
border-color css
<style>
span { border-color: #3A789D; }
span { border-color: rgb(58,120,157); }
td.TdClassName
{
border-color: #3A789D;
}
.TagClassName
{
border-color: #3A789D;
}
</style>