#346AA0

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

Shades of Lochmara #346AA0

Tints of Lochmara #346AA0

Color information

#346AA0 (or 0x346AA0) is unknown color: approx Lochmara. HEX triplet: 34, 6A and A0. RGB value is (52,106,160). Sum of RGB (Red+Green+Blue) = 52+106+160=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #346AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346AA0 is #CB955F. Grayscale: #5F5F5F. Windows color (decimal): -13342048 or 10512948. OLE color: 10512948.

HSL color Cylindrical-coordinate representation of color #346AA0: hue angle of 210º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #346AA0 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB52106160-
CMYK0.680.3400.37
HSL210º50.94%41.57%-
HSV(B)210º67.5%62.75%-
XYZ12.9213.5835.2-
YUV96.01164.1196.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 50.31%
R=16.35%
G=33.33%
B=50.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal521061600.680.3400.3721050.9441.57
Hex346AA04422025d2332a
Octal64152240104420453226352
Binary1101001101010101000001000100100010010010111010010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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