#346A94

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

Shades of Lochmara #346A94

Tints of Lochmara #346A94

Color information

#346A94 (or 0x346A94) is unknown color: approx Lochmara. HEX triplet: 34, 6A and 94. RGB value is (52,106,148). Sum of RGB (Red+Green+Blue) = 52+106+148=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #346A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A94 is #CB956B. Grayscale: #5E5E5E. Windows color (decimal): -13342060 or 9726516. OLE color: 9726516.

HSL color Cylindrical-coordinate representation of color #346A94: hue angle of 206.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346A94 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52106148-
CMYK0.650.2800.42
HSL206.25º48%39.22%-
HSV(B)206.25º64.86%58.04%-
XYZ11.9213.1829.93-
YUV94.64158.1197.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=16.99%
G=34.64%
B=48.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521061480.650.2800.42206.254839.22
Hex346A94411C02Ace3027
Octal64152224101340523166047
Binary110100110101010010100100000111100010101011001110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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