#346DAB

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

Shades of Lochmara #346DAB

Tints of Lochmara #346DAB

Color information

#346DAB (or 0x346DAB) is unknown color: approx Lochmara. HEX triplet: 34, 6D and AB. RGB value is (52,109,171). Sum of RGB (Red+Green+Blue) = 52+109+171=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #346DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346DAB is #CB9254. Grayscale: #626262. Windows color (decimal): -13341269 or 11234612. OLE color: 11234612.

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

Color convert

RGB52109171-
CMYK0.700.3600.33
HSL211.26º53.36%43.73%-
HSV(B)211.26º69.59%67.06%-
XYZ14.2414.6140.6-
YUV99.02168.6294.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=15.66%
G=32.83%
B=51.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521091710.700.3600.33211.2653.3643.73
Hex346DAB4624021d3352c
Octal64155253106440413236554
Binary1101001101101101010111000110100100010000111010011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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