#346DAD

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

Shades of Lochmara #346DAD

Tints of Lochmara #346DAD

Color information

#346DAD (or 0x346DAD) is unknown color: approx Lochmara. HEX triplet: 34, 6D and AD. RGB value is (52,109,173). Sum of RGB (Red+Green+Blue) = 52+109+173=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #346DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346DAD is #CB9252. Grayscale: #626262. Windows color (decimal): -13341267 or 11365684. OLE color: 11365684.

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

Color convert

RGB52109173-
CMYK0.700.3700.32
HSL211.74º53.78%44.12%-
HSV(B)211.74º69.94%67.84%-
XYZ14.4314.6841.61-
YUV99.25169.6294.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.57%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=15.57%
G=32.63%
B=51.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521091730.700.3700.32211.7453.7844.12
Hex346DAD4625020d4362c
Octal64155255106450403246654
Binary1101001101101101011011000110100101010000011010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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