#346db7

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

Shades of Lochmara #346DB7

Tints of Lochmara #346DB7

Color information

#346DB7 (or 0x346DB7) is unknown color: approx Lochmara. HEX triplet: 34, 6D and B7. RGB value is (52,109,183). Sum of RGB (Red+Green+Blue) = 52+109+183=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #346DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DB7 is #CB9248. Grayscale: #646464. Windows color (decimal): -13341257 or 12021044. OLE color: 12021044.

HSL color Cylindrical-coordinate representation of color #346DB7: hue angle of 213.89º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346DB7 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB52109183-
CMYK0.720.4000.28
HSL213.89º55.74%46.08%-
HSV(B)213.89º71.58%71.76%-
XYZ15.4315.0946.9-
YUV100.39174.6293.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 183 (71.88% from 255) = 53.20%
R=15.12%
G=31.69%
B=53.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521091830.720.4000.28213.8955.7446.08
Hex346DB7482801Cd6382e
Octal64155267110500343267056
Binary110100110110110110111100100010100001110011010110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346db7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,109,183); }

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

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

 a { background-color: rgb(52,109,183); }

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

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

 span { border-color: rgb(52,109,183); }

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