#346A9D

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

Shades of Lochmara #346A9D

Tints of Lochmara #346A9D

Color information

#346A9D (or 0x346A9D) is unknown color: approx Lochmara. HEX triplet: 34, 6A and 9D. RGB value is (52,106,157). Sum of RGB (Red+Green+Blue) = 52+106+157=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #346A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A9D is #CB9562. Grayscale: #5F5F5F. Windows color (decimal): -13342051 or 10316340. OLE color: 10316340.

HSL color Cylindrical-coordinate representation of color #346A9D: hue angle of 209.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #346A9D is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52106157-
CMYK0.670.3200.38
HSL209.14º50.24%40.98%-
HSV(B)209.14º66.88%61.57%-
XYZ12.6613.4733.83-
YUV95.67162.6196.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=16.51%
G=33.65%
B=49.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521061570.670.3200.38209.1450.2440.98
Hex346A9D4320026d13229
Octal64152235103400463216251
Binary1101001101010100111011000011100000010011011010001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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