#346BA0

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

Shades of Lochmara #346BA0

Tints of Lochmara #346BA0

Color information

#346BA0 (or 0x346BA0) is unknown color: approx Lochmara. HEX triplet: 34, 6B and A0. RGB value is (52,107,160). Sum of RGB (Red+Green+Blue) = 52+107+160=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #346BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BA0 is #CB945F. Grayscale: #606060. Windows color (decimal): -13341792 or 10513204. OLE color: 10513204.

HSL color Cylindrical-coordinate representation of color #346BA0: hue angle of 209.44º 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 #346BA0 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB52107160-
CMYK0.680.3300.37
HSL209.44º50.94%41.57%-
HSV(B)209.44º67.5%62.75%-
XYZ13.0213.7835.23-
YUV96.6163.7896.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 160 (62.89% from 255) = 50.16%
R=16.30%
G=33.54%
B=50.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal521071600.680.3300.37209.4450.9441.57
Hex346BA04421025d1332a
Octal64153240104410453216352
Binary1101001101011101000001000100100001010010111010001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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