Shades of Lochmara #34759C
Tints of Lochmara #34759C
RGB
CMYK
RGB Variations
Color information
#34759C (or 0x34759C) is known color: Lochmara. HEX triplet: 34, 75 and 9C. RGB value is (52,117,156). Sum of RGB (Red+Green+Blue) = 52+117+156=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #34759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34759C is #CB8A63. Grayscale: #656565. Windows color (decimal): -13339236 or 10253620. OLE color: 10253620.
HSL color Cylindrical-coordinate representation of color #34759C: hue angle of 202.5º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34759C is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 117 | 156 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.39 |
| HSL | 202.5º | 0.5% | 0.41% | - |
| HSV(B) | 202.5º | 0.67% | 0.61% | - |
| XYZ | 13.78 | 15.85 | 33.79 | - |
| YUV | 102.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 156 | 0.67 | 0.25 | 0 | 0.39 | 202.5 | 0.5 | 0.41 |
| Hex | 34 | 75 | 9C | 43 | 19 | 0 | 27 | CA | 32 | 29 |
| Octal | 64 | 165 | 234 | 103 | 31 | 0 | 47 | 312 | 62 | 51 |
| Binary | 110100 | 1110101 | 10011100 | 1000011 | 11001 | 0 | 100111 | 11001010 | 110010 | 101001 |
Color Harmonies of #34759C
Complementary color
Monochromatic Colors of #34759C
Black with #34759C
Text Example
Text Example
White with #34759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34759C; }
p { color: rgb(52,117,156); }
H1.HeaderClassName
{
color: #34759C;
}
.AnyTagClassName
{
color: #34759C;
}
</style>
background-color css
<style>
a { background-color: #34759C; }
a { background-color: rgb(52,117,156); }
div.DivClassName
{
background-color: #34759C;
}
.BgClassName
{
background-color: #34759C;
}
</style>
border-color css
<style>
span { border-color: #34759C; }
span { border-color: rgb(52,117,156); }
td.TdClassName
{
border-color: #34759C;
}
.TagClassName
{
border-color: #34759C;
}
</style>