#346E9F

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

Shades of Lochmara #346E9F

Tints of Lochmara #346E9F

Color information

#346E9F (or 0x346E9F) is unknown color: approx Lochmara. HEX triplet: 34, 6E and 9F. RGB value is (52,110,159). Sum of RGB (Red+Green+Blue) = 52+110+159=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #346E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E9F is #CB9160. Grayscale: #616161. Windows color (decimal): -13341025 or 10448436. OLE color: 10448436.

HSL color Cylindrical-coordinate representation of color #346E9F: hue angle of 207.48º degrees, saturation: 0.51, 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 #346E9F is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52110159-
CMYK0.670.3100.38
HSL207.48º50.71%41.37%-
HSV(B)207.48º67.3%62.35%-
XYZ13.2514.3934.88-
YUV98.24162.2895.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=16.20%
G=34.27%
B=49.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521101590.670.3100.38207.4850.7141.37
Hex346E9F431F026cf3329
Octal64156237103370463176351
Binary110100110111010011111100001111111010011011001111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,110,159); }

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

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

 a { background-color: rgb(52,110,159); }

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

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

 span { border-color: rgb(52,110,159); }

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