#346B96

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

Shades of Lochmara #346B96

Tints of Lochmara #346B96

Color information

#346B96 (or 0x346B96) is unknown color: approx Lochmara. HEX triplet: 34, 6B and 96. RGB value is (52,107,150). Sum of RGB (Red+Green+Blue) = 52+107+150=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #346B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B96 is #CB9469. Grayscale: #5F5F5F. Windows color (decimal): -13341802 or 9857844. OLE color: 9857844.

HSL color Cylindrical-coordinate representation of color #346B96: hue angle of 206.33º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346B96 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52107150-
CMYK0.650.2900.41
HSL206.33º48.51%39.61%-
HSV(B)206.33º65.33%58.82%-
XYZ12.1813.4530.81-
YUV95.46158.7897-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=16.83%
G=34.63%
B=48.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521071500.650.2900.41206.3348.5139.61
Hex346B96411D029ce3128
Octal64153226101350513166150
Binary110100110101110010110100000111101010100111001110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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