Shades of Lochmara #34799A
Tints of Lochmara #34799A
RGB
CMYK
RGB Variations
Color information
#34799A (or 0x34799A) is known color: Lochmara. HEX triplet: 34, 79 and 9A. RGB value is (52,121,154). Sum of RGB (Red+Green+Blue) = 52+121+154=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #34799A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34799A is #CB8665. Grayscale: #676767. Windows color (decimal): -13338214 or 10123572. OLE color: 10123572.
HSL color Cylindrical-coordinate representation of color #34799A: hue angle of 199.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34799A is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 121 | 154 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.40 |
| HSL | 199.41º | 0.5% | 0.4% | - |
| HSV(B) | 199.41º | 0.66% | 0.6% | - |
| XYZ | 14.09 | 16.74 | 33.06 | - |
| YUV | 104.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 154 | 0.66 | 0.21 | 0 | 0.40 | 199.41 | 0.5 | 0.4 |
| Hex | 34 | 79 | 9A | 42 | 15 | 0 | 28 | C7 | 32 | 28 |
| Octal | 64 | 171 | 232 | 102 | 25 | 0 | 50 | 307 | 62 | 50 |
| Binary | 110100 | 1111001 | 10011010 | 1000010 | 10101 | 0 | 101000 | 11000111 | 110010 | 101000 |
Color Harmonies of #34799A
Complementary color
Monochromatic Colors of #34799A
Black with #34799A
Text Example
Text Example
White with #34799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34799A; }
p { color: rgb(52,121,154); }
H1.HeaderClassName
{
color: #34799A;
}
.AnyTagClassName
{
color: #34799A;
}
</style>
background-color css
<style>
a { background-color: #34799A; }
a { background-color: rgb(52,121,154); }
div.DivClassName
{
background-color: #34799A;
}
.BgClassName
{
background-color: #34799A;
}
</style>
border-color css
<style>
span { border-color: #34799A; }
span { border-color: rgb(52,121,154); }
td.TdClassName
{
border-color: #34799A;
}
.TagClassName
{
border-color: #34799A;
}
</style>