Shades of Lochmara #346F9B
Tints of Lochmara #346F9B
RGB
CMYK
RGB Variations
Color information
#346F9B (or 0x346F9B) is known color: Lochmara. HEX triplet: 34, 6F and 9B. RGB value is (52,111,155). Sum of RGB (Red+Green+Blue) = 52+111+155=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #346F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F9B is #CB9064. Grayscale: #626262. Windows color (decimal): -13340773 or 10186548. OLE color: 10186548.
HSL color Cylindrical-coordinate representation of color #346F9B: hue angle of 205.63º 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 #346F9B is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 111 | 155 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.39 |
| HSL | 205.63º | 0.5% | 0.41% | - |
| HSV(B) | 205.63º | 0.66% | 0.61% | - |
| XYZ | 13.02 | 14.47 | 33.12 | - |
| YUV | 98.38 | 159.95 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 155 | 0.66 | 0.28 | 0 | 0.39 | 205.63 | 0.5 | 0.41 |
| Hex | 34 | 6F | 9B | 42 | 1C | 0 | 27 | CE | 32 | 29 |
| Octal | 64 | 157 | 233 | 102 | 34 | 0 | 47 | 316 | 62 | 51 |
| Binary | 110100 | 1101111 | 10011011 | 1000010 | 11100 | 0 | 100111 | 11001110 | 110010 | 101001 |
Color Harmonies of #346F9B
Complementary color
Monochromatic Colors of #346F9B
Black with #346F9B
Text Example
Text Example
White with #346F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F9B; }
p { color: rgb(52,111,155); }
H1.HeaderClassName
{
color: #346F9B;
}
.AnyTagClassName
{
color: #346F9B;
}
</style>
background-color css
<style>
a { background-color: #346F9B; }
a { background-color: rgb(52,111,155); }
div.DivClassName
{
background-color: #346F9B;
}
.BgClassName
{
background-color: #346F9B;
}
</style>
border-color css
<style>
span { border-color: #346F9B; }
span { border-color: rgb(52,111,155); }
td.TdClassName
{
border-color: #346F9B;
}
.TagClassName
{
border-color: #346F9B;
}
</style>