#346DA8

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

Shades of Lochmara #346DA8

Tints of Lochmara #346DA8

Color information

#346DA8 (or 0x346DA8) is unknown color: approx Lochmara. HEX triplet: 34, 6D and A8. RGB value is (52,109,168). Sum of RGB (Red+Green+Blue) = 52+109+168=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #346DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346DA8 is #CB9257. Grayscale: #626262. Windows color (decimal): -13341272 or 11038004. OLE color: 11038004.

HSL color Cylindrical-coordinate representation of color #346DA8: hue angle of 210.52º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #346DA8 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB52109168-
CMYK0.690.3500.34
HSL210.52º52.73%43.14%-
HSV(B)210.52º69.05%65.88%-
XYZ13.9514.4939.11-
YUV98.68167.1294.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 168 (66.02% from 255) = 51.06%
R=15.81%
G=33.13%
B=51.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521091680.690.3500.34210.5252.7343.14
Hex346DA84523022d3352b
Octal64155250105430423236553
Binary1101001101101101010001000101100011010001011010011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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