#346D94

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

Shades of Lochmara #346D94

Tints of Lochmara #346D94

Color information

#346D94 (or 0x346D94) is unknown color: approx Lochmara. HEX triplet: 34, 6D and 94. RGB value is (52,109,148). Sum of RGB (Red+Green+Blue) = 52+109+148=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #346D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D94 is #CB926B. Grayscale: #606060. Windows color (decimal): -13341292 or 9727284. OLE color: 9727284.

HSL color Cylindrical-coordinate representation of color #346D94: hue angle of 204.38º 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 #346D94 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52109148-
CMYK0.650.2600.42
HSL204.38º48%39.22%-
HSV(B)204.38º64.86%58.04%-
XYZ12.2313.8130.04-
YUV96.4157.1296.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=16.83%
G=35.28%
B=47.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521091480.650.2600.42204.384839.22
Hex346D94411A02Acc3027
Octal64155224101320523146047
Binary110100110110110010100100000111010010101011001100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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