#346BAB

Color #346BAB Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #346BAB

Tints of Lochmara #346BAB

Color information

#346BAB (or 0x346BAB) is unknown color: approx Lochmara. HEX triplet: 34, 6B and AB. RGB value is (52,107,171). Sum of RGB (Red+Green+Blue) = 52+107+171=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #346BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BAB is #CB9454. Grayscale: #616161. Windows color (decimal): -13341781 or 11234100. OLE color: 11234100.

HSL color Cylindrical-coordinate representation of color #346BAB: hue angle of 212.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #346BAB is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52107171-
CMYK0.700.3700.33
HSL212.27º53.36%43.73%-
HSV(B)212.27º69.59%67.06%-
XYZ14.0214.1940.53-
YUV97.85169.2895.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=15.76%
G=32.42%
B=51.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521071710.700.3700.33212.2753.3643.73
Hex346BAB4625021d4352c
Octal64153253106450413246554
Binary1101001101011101010111000110100101010000111010100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346BAB; }

 p { color: rgb(52,107,171); }

 H1.HeaderClassName
 {
   color: #346BAB;
 }
 .AnyTagClassName
 {
   color: #346BAB;
 }
</style>
background-color css

<style>
 a { background-color: #346BAB; }

 a { background-color: rgb(52,107,171); }

 div.DivClassName
 {
   background-color: #346BAB;
 }
 .BgClassName
 {
   background-color: #346BAB;
 }
</style>
border-color css

<style>
 span { border-color: #346BAB; }

 span { border-color: rgb(52,107,171); }

 td.TdClassName
 {
   border-color: #346BAB;
 }
 .TagClassName
 {
   border-color: #346BAB;
 }
</style>