#346AAB

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

Shades of Lochmara #346AAB

Tints of Lochmara #346AAB

Color information

#346AAB (or 0x346AAB) is unknown color: approx Lochmara. HEX triplet: 34, 6A and AB. RGB value is (52,106,171). Sum of RGB (Red+Green+Blue) = 52+106+171=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #346AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346AAB is #CB9554. Grayscale: #606060. Windows color (decimal): -13342037 or 11233844. OLE color: 11233844.

HSL color Cylindrical-coordinate representation of color #346AAB: hue angle of 212.77º 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 #346AAB is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52106171-
CMYK0.700.3800.33
HSL212.77º53.36%43.73%-
HSV(B)212.77º69.59%67.06%-
XYZ13.9213.9840.49-
YUV97.26169.6195.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=15.81%
G=32.22%
B=51.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521061710.700.3800.33212.7753.3643.73
Hex346AAB4626021d5352c
Octal64152253106460413256554
Binary1101001101010101010111000110100110010000111010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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