Shades of Lochmara #34739D
Tints of Lochmara #34739D
RGB
CMYK
RGB Variations
Color information
#34739D (or 0x34739D) is known color: Lochmara. HEX triplet: 34, 73 and 9D. RGB value is (52,115,157). Sum of RGB (Red+Green+Blue) = 52+115+157=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #34739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34739D is #CB8C62. Grayscale: #646464. Windows color (decimal): -13339747 or 10318644. OLE color: 10318644.
HSL color Cylindrical-coordinate representation of color #34739D: hue angle of 204º 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 #34739D is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 115 | 157 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.38 |
| HSL | 204º | 0.5% | 0.41% | - |
| HSV(B) | 204º | 0.67% | 0.62% | - |
| XYZ | 13.63 | 15.43 | 34.16 | - |
| YUV | 100.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 157 | 0.67 | 0.27 | 0 | 0.38 | 204 | 0.5 | 0.41 |
| Hex | 34 | 73 | 9D | 43 | 1B | 0 | 26 | CC | 32 | 29 |
| Octal | 64 | 163 | 235 | 103 | 33 | 0 | 46 | 314 | 62 | 51 |
| Binary | 110100 | 1110011 | 10011101 | 1000011 | 11011 | 0 | 100110 | 11001100 | 110010 | 101001 |
Color Harmonies of #34739D
Complementary color
Monochromatic Colors of #34739D
Black with #34739D
Text Example
Text Example
White with #34739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34739D; }
p { color: rgb(52,115,157); }
H1.HeaderClassName
{
color: #34739D;
}
.AnyTagClassName
{
color: #34739D;
}
</style>
background-color css
<style>
a { background-color: #34739D; }
a { background-color: rgb(52,115,157); }
div.DivClassName
{
background-color: #34739D;
}
.BgClassName
{
background-color: #34739D;
}
</style>
border-color css
<style>
span { border-color: #34739D; }
span { border-color: rgb(52,115,157); }
td.TdClassName
{
border-color: #34739D;
}
.TagClassName
{
border-color: #34739D;
}
</style>