Shades of Lochmara #34759B
Tints of Lochmara #34759B
RGB
CMYK
RGB Variations
Color information
#34759B (or 0x34759B) is known color: Lochmara. HEX triplet: 34, 75 and 9B. RGB value is (52,117,155). Sum of RGB (Red+Green+Blue) = 52+117+155=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #34759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34759B is #CB8A64. Grayscale: #656565. Windows color (decimal): -13339237 or 10188084. OLE color: 10188084.
HSL color Cylindrical-coordinate representation of color #34759B: hue angle of 202.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34759B is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 117 | 155 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.39 |
| HSL | 202.14º | 0.5% | 0.41% | - |
| HSV(B) | 202.14º | 0.66% | 0.61% | - |
| XYZ | 13.69 | 15.82 | 33.34 | - |
| YUV | 101.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 155 | 0.66 | 0.25 | 0 | 0.39 | 202.14 | 0.5 | 0.41 |
| Hex | 34 | 75 | 9B | 42 | 19 | 0 | 27 | CA | 32 | 29 |
| Octal | 64 | 165 | 233 | 102 | 31 | 0 | 47 | 312 | 62 | 51 |
| Binary | 110100 | 1110101 | 10011011 | 1000010 | 11001 | 0 | 100111 | 11001010 | 110010 | 101001 |
Color Harmonies of #34759B
Complementary color
Monochromatic Colors of #34759B
Black with #34759B
Text Example
Text Example
White with #34759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34759B; }
p { color: rgb(52,117,155); }
H1.HeaderClassName
{
color: #34759B;
}
.AnyTagClassName
{
color: #34759B;
}
</style>
background-color css
<style>
a { background-color: #34759B; }
a { background-color: rgb(52,117,155); }
div.DivClassName
{
background-color: #34759B;
}
.BgClassName
{
background-color: #34759B;
}
</style>
border-color css
<style>
span { border-color: #34759B; }
span { border-color: rgb(52,117,155); }
td.TdClassName
{
border-color: #34759B;
}
.TagClassName
{
border-color: #34759B;
}
</style>