#346EB3

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

Shades of Lochmara #346EB3

Tints of Lochmara #346EB3

Color information

#346EB3 (or 0x346EB3) is unknown color: approx Lochmara. HEX triplet: 34, 6E and B3. RGB value is (52,110,179). Sum of RGB (Red+Green+Blue) = 52+110+179=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #346EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EB3 is #CB914C. Grayscale: #646464. Windows color (decimal): -13341005 or 11759156. OLE color: 11759156.

HSL color Cylindrical-coordinate representation of color #346EB3: hue angle of 212.6º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #346EB3 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB52110179-
CMYK0.710.3900.30
HSL212.6º54.98%45.29%-
HSV(B)212.6º70.95%70.2%-
XYZ15.1315.1444.77-
YUV100.52172.2893.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=15.25%
G=32.26%
B=52.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521101790.710.3900.30212.654.9845.29
Hex346EB3472701Ed5372d
Octal64156263107470363256755
Binary110100110111010110011100011110011101111011010101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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