Shades of Lochmara #3A799D
Tints of Lochmara #3A799D
RGB
CMYK
RGB Variations
Color information
#3A799D (or 0x3A799D) is known color: Lochmara. HEX triplet: 3A, 79 and 9D. RGB value is (58,121,157). Sum of RGB (Red+Green+Blue) = 58+121+157=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A799D is #C58662. Grayscale: #6A6A6A. Windows color (decimal): -12944995 or 10320186. OLE color: 10320186.
HSL color Cylindrical-coordinate representation of color #3A799D: hue angle of 201.82º 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 #3A799D is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 121 | 157 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.38 |
| HSL | 201.82º | 0.46% | 0.42% | - |
| HSV(B) | 201.82º | 0.63% | 0.62% | - |
| XYZ | 14.67 | 17.01 | 34.41 | - |
| YUV | 106.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 157 | 0.63 | 0.23 | 0 | 0.38 | 201.82 | 0.46 | 0.42 |
| Hex | 3A | 79 | 9D | 3F | 17 | 0 | 26 | CA | 2E | 2A |
| Octal | 72 | 171 | 235 | 77 | 27 | 0 | 46 | 312 | 56 | 52 |
| Binary | 111010 | 1111001 | 10011101 | 111111 | 10111 | 0 | 100110 | 11001010 | 101110 | 101010 |
Color Harmonies of #3A799D
Complementary color
Monochromatic Colors of #3A799D
Black with #3A799D
Text Example
Text Example
White with #3A799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A799D; }
p { color: rgb(58,121,157); }
H1.HeaderClassName
{
color: #3A799D;
}
.AnyTagClassName
{
color: #3A799D;
}
</style>
background-color css
<style>
a { background-color: #3A799D; }
a { background-color: rgb(58,121,157); }
div.DivClassName
{
background-color: #3A799D;
}
.BgClassName
{
background-color: #3A799D;
}
</style>
border-color css
<style>
span { border-color: #3A799D; }
span { border-color: rgb(58,121,157); }
td.TdClassName
{
border-color: #3A799D;
}
.TagClassName
{
border-color: #3A799D;
}
</style>