#346E9C

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

Shades of Lochmara #346E9C

Tints of Lochmara #346E9C

Color information

#346E9C (or 0x346E9C) is unknown color: approx Lochmara. HEX triplet: 34, 6E and 9C. RGB value is (52,110,156). Sum of RGB (Red+Green+Blue) = 52+110+156=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #346E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E9C is #CB9163. Grayscale: #616161. Windows color (decimal): -13341028 or 10251828. OLE color: 10251828.

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

Color convert

RGB52110156-
CMYK0.670.2900.39
HSL206.54º50%40.78%-
HSV(B)206.54º66.67%61.18%-
XYZ12.9914.2833.52-
YUV97.9160.7895.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=16.35%
G=34.59%
B=49.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521101560.670.2900.39206.545040.78
Hex346E9C431D027cf3229
Octal64156234103350473176251
Binary110100110111010011100100001111101010011111001111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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