#346BB3

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

Shades of Lochmara #346BB3

Tints of Lochmara #346BB3

Color information

#346BB3 (or 0x346BB3) is unknown color: approx Lochmara. HEX triplet: 34, 6B and B3. RGB value is (52,107,179). Sum of RGB (Red+Green+Blue) = 52+107+179=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #346BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BB3 is #CB944C. Grayscale: #626262. Windows color (decimal): -13341773 or 11758388. OLE color: 11758388.

HSL color Cylindrical-coordinate representation of color #346BB3: hue angle of 214.02º 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 #346BB3 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB52107179-
CMYK0.710.4000.30
HSL214.02º54.98%45.29%-
HSV(B)214.02º70.95%70.2%-
XYZ14.8114.544.67-
YUV98.76173.2894.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 179 (70.31% from 255) = 52.96%
R=15.38%
G=31.66%
B=52.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521071790.710.4000.30214.0254.9845.29
Hex346BB3472801Ed6372d
Octal64153263107500363266755
Binary110100110101110110011100011110100001111011010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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