#346A99

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

Shades of Lochmara #346A99

Tints of Lochmara #346A99

Color information

#346A99 (or 0x346A99) is unknown color: approx Lochmara. HEX triplet: 34, 6A and 99. RGB value is (52,106,153). Sum of RGB (Red+Green+Blue) = 52+106+153=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #346A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A99 is #CB9566. Grayscale: #5E5E5E. Windows color (decimal): -13342055 or 10054196. OLE color: 10054196.

HSL color Cylindrical-coordinate representation of color #346A99: hue angle of 207.92º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346A99 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB52106153-
CMYK0.660.3100.4
HSL207.92º49.27%40.2%-
HSV(B)207.92º66.01%60%-
XYZ12.3213.3432.06-
YUV95.21160.6197.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=16.72%
G=34.08%
B=49.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521061530.660.3100.4207.9249.2740.2
Hex346A99421F028d03128
Octal64152231102370503206150
Binary110100110101010011001100001011111010100011010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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