Shades of Lochmara #34739E
Tints of Lochmara #34739E
RGB
CMYK
RGB Variations
Color information
#34739E (or 0x34739E) is known color: Lochmara. HEX triplet: 34, 73 and 9E. RGB value is (52,115,158). Sum of RGB (Red+Green+Blue) = 52+115+158=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #34739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34739E is #CB8C61. Grayscale: #646464. Windows color (decimal): -13339746 or 10384180. OLE color: 10384180.
HSL color Cylindrical-coordinate representation of color #34739E: hue angle of 204.34º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34739E is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 115 | 158 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.38 |
| HSL | 204.34º | 0.5% | 0.41% | - |
| HSV(B) | 204.34º | 0.67% | 0.62% | - |
| XYZ | 13.72 | 15.46 | 34.61 | - |
| YUV | 101.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 158 | 0.67 | 0.27 | 0 | 0.38 | 204.34 | 0.5 | 0.41 |
| Hex | 34 | 73 | 9E | 43 | 1B | 0 | 26 | CC | 32 | 29 |
| Octal | 64 | 163 | 236 | 103 | 33 | 0 | 46 | 314 | 62 | 51 |
| Binary | 110100 | 1110011 | 10011110 | 1000011 | 11011 | 0 | 100110 | 11001100 | 110010 | 101001 |
Color Harmonies of #34739E
Complementary color
Monochromatic Colors of #34739E
Black with #34739E
Text Example
Text Example
White with #34739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34739E; }
p { color: rgb(52,115,158); }
H1.HeaderClassName
{
color: #34739E;
}
.AnyTagClassName
{
color: #34739E;
}
</style>
background-color css
<style>
a { background-color: #34739E; }
a { background-color: rgb(52,115,158); }
div.DivClassName
{
background-color: #34739E;
}
.BgClassName
{
background-color: #34739E;
}
</style>
border-color css
<style>
span { border-color: #34739E; }
span { border-color: rgb(52,115,158); }
td.TdClassName
{
border-color: #34739E;
}
.TagClassName
{
border-color: #34739E;
}
</style>