Shades of Lochmara #34669D
Tints of Lochmara #34669D
RGB
CMYK
RGB Variations
Color information
#34669D (or 0x34669D) is known color: Lochmara. HEX triplet: 34, 66 and 9D. RGB value is (52,102,157). Sum of RGB (Red+Green+Blue) = 52+102+157=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #34669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34669D is #CB9962. Grayscale: #5D5D5D. Windows color (decimal): -13343075 or 10315316. OLE color: 10315316.
HSL color Cylindrical-coordinate representation of color #34669D: hue angle of 211.43º 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 #34669D is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 102 | 157 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.38 |
| HSL | 211.43º | 0.5% | 0.41% | - |
| HSV(B) | 211.43º | 0.67% | 0.62% | - |
| XYZ | 12.25 | 12.67 | 33.7 | - |
| YUV | 93.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 157 | 0.67 | 0.35 | 0 | 0.38 | 211.43 | 0.5 | 0.41 |
| Hex | 34 | 66 | 9D | 43 | 23 | 0 | 26 | D3 | 32 | 29 |
| Octal | 64 | 146 | 235 | 103 | 43 | 0 | 46 | 323 | 62 | 51 |
| Binary | 110100 | 1100110 | 10011101 | 1000011 | 100011 | 0 | 100110 | 11010011 | 110010 | 101001 |
Color Harmonies of #34669D
Complementary color
Monochromatic Colors of #34669D
Black with #34669D
Text Example
Text Example
White with #34669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34669D; }
p { color: rgb(52,102,157); }
H1.HeaderClassName
{
color: #34669D;
}
.AnyTagClassName
{
color: #34669D;
}
</style>
background-color css
<style>
a { background-color: #34669D; }
a { background-color: rgb(52,102,157); }
div.DivClassName
{
background-color: #34669D;
}
.BgClassName
{
background-color: #34669D;
}
</style>
border-color css
<style>
span { border-color: #34669D; }
span { border-color: rgb(52,102,157); }
td.TdClassName
{
border-color: #34669D;
}
.TagClassName
{
border-color: #34669D;
}
</style>