Shades of Lochmara #34769C
Tints of Lochmara #34769C
RGB
CMYK
RGB Variations
Color information
#34769C (or 0x34769C) is known color: Lochmara. HEX triplet: 34, 76 and 9C. RGB value is (52,118,156). Sum of RGB (Red+Green+Blue) = 52+118+156=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #34769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34769C is #CB8963. Grayscale: #666666. Windows color (decimal): -13338980 or 10253876. OLE color: 10253876.
HSL color Cylindrical-coordinate representation of color #34769C: hue angle of 201.92º 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 #34769C is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 118 | 156 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.39 |
| HSL | 201.92º | 0.5% | 0.41% | - |
| HSV(B) | 201.92º | 0.67% | 0.61% | - |
| XYZ | 13.9 | 16.09 | 33.83 | - |
| YUV | 102.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 156 | 0.67 | 0.24 | 0 | 0.39 | 201.92 | 0.5 | 0.41 |
| Hex | 34 | 76 | 9C | 43 | 18 | 0 | 27 | CA | 32 | 29 |
| Octal | 64 | 166 | 234 | 103 | 30 | 0 | 47 | 312 | 62 | 51 |
| Binary | 110100 | 1110110 | 10011100 | 1000011 | 11000 | 0 | 100111 | 11001010 | 110010 | 101001 |
Color Harmonies of #34769C
Complementary color
Monochromatic Colors of #34769C
Black with #34769C
Text Example
Text Example
White with #34769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34769C; }
p { color: rgb(52,118,156); }
H1.HeaderClassName
{
color: #34769C;
}
.AnyTagClassName
{
color: #34769C;
}
</style>
background-color css
<style>
a { background-color: #34769C; }
a { background-color: rgb(52,118,156); }
div.DivClassName
{
background-color: #34769C;
}
.BgClassName
{
background-color: #34769C;
}
</style>
border-color css
<style>
span { border-color: #34769C; }
span { border-color: rgb(52,118,156); }
td.TdClassName
{
border-color: #34769C;
}
.TagClassName
{
border-color: #34769C;
}
</style>