#346AAA

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

Shades of Lochmara #346AAA

Tints of Lochmara #346AAA

Color information

#346AAA (or 0x346AAA) is unknown color: approx Lochmara. HEX triplet: 34, 6A and AA. RGB value is (52,106,170). Sum of RGB (Red+Green+Blue) = 52+106+170=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #346AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346AAA is #CB9555. Grayscale: #606060. Windows color (decimal): -13342038 or 11168308. OLE color: 11168308.

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

Color convert

RGB52106170-
CMYK0.690.3800.33
HSL212.54º53.15%43.53%-
HSV(B)212.54º69.41%66.67%-
XYZ13.8313.9439.99-
YUV97.15169.1195.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 170 (66.80% from 255) = 51.83%
R=15.85%
G=32.32%
B=51.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521061700.690.3800.33212.5453.1543.53
Hex346AAA4526021d5352c
Octal64152252105460413256554
Binary1101001101010101010101000101100110010000111010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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