#346B95

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

Shades of Lochmara #346B95

Tints of Lochmara #346B95

Color information

#346B95 (or 0x346B95) is unknown color: approx Lochmara. HEX triplet: 34, 6B and 95. RGB value is (52,107,149). Sum of RGB (Red+Green+Blue) = 52+107+149=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #346B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B95 is #CB946A. Grayscale: #5F5F5F. Windows color (decimal): -13341803 or 9792308. OLE color: 9792308.

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

Color convert

RGB52107149-
CMYK0.650.2800.42
HSL205.98º48.26%39.41%-
HSV(B)205.98º65.1%58.43%-
XYZ12.113.4230.39-
YUV95.34158.2897.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=16.88%
G=34.74%
B=48.38%

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
Decimal521071490.650.2800.42205.9848.2639.41
Hex346B95411C02Ace3027
Octal64153225101340523166047
Binary110100110101110010101100000111100010101011001110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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