Shades of Lochmara #34769D
Tints of Lochmara #34769D
RGB
CMYK
RGB Variations
Color information
#34769D (or 0x34769D) is known color: Lochmara. HEX triplet: 34, 76 and 9D. RGB value is (52,118,157). Sum of RGB (Red+Green+Blue) = 52+118+157=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #34769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34769D is #CB8962. Grayscale: #666666. Windows color (decimal): -13338979 or 10319412. OLE color: 10319412.
HSL color Cylindrical-coordinate representation of color #34769D: hue angle of 202.29º 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 #34769D is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 118 | 157 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.38 |
| HSL | 202.29º | 0.5% | 0.41% | - |
| HSV(B) | 202.29º | 0.67% | 0.62% | - |
| XYZ | 13.98 | 16.12 | 34.27 | - |
| YUV | 102.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 157 | 0.67 | 0.25 | 0 | 0.38 | 202.29 | 0.5 | 0.41 |
| Hex | 34 | 76 | 9D | 43 | 19 | 0 | 26 | CA | 32 | 29 |
| Octal | 64 | 166 | 235 | 103 | 31 | 0 | 46 | 312 | 62 | 51 |
| Binary | 110100 | 1110110 | 10011101 | 1000011 | 11001 | 0 | 100110 | 11001010 | 110010 | 101001 |
Color Harmonies of #34769D
Complementary color
Monochromatic Colors of #34769D
Black with #34769D
Text Example
Text Example
White with #34769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34769D; }
p { color: rgb(52,118,157); }
H1.HeaderClassName
{
color: #34769D;
}
.AnyTagClassName
{
color: #34769D;
}
</style>
background-color css
<style>
a { background-color: #34769D; }
a { background-color: rgb(52,118,157); }
div.DivClassName
{
background-color: #34769D;
}
.BgClassName
{
background-color: #34769D;
}
</style>
border-color css
<style>
span { border-color: #34769D; }
span { border-color: rgb(52,118,157); }
td.TdClassName
{
border-color: #34769D;
}
.TagClassName
{
border-color: #34769D;
}
</style>