#346596

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

Shades of Lochmara #346596

Tints of Lochmara #346596

Color information

#346596 (or 0x346596) is unknown color: approx Lochmara. HEX triplet: 34, 65 and 96. RGB value is (52,101,150). Sum of RGB (Red+Green+Blue) = 52+101+150=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #346596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346596 is #CB9A69. Grayscale: #5B5B5B. Windows color (decimal): -13343338 or 9856308. OLE color: 9856308.

HSL color Cylindrical-coordinate representation of color #346596: hue angle of 210º 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 #346596 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52101150-
CMYK0.650.3300.41
HSL210º48.51%39.61%-
HSV(B)210º65.33%58.82%-
XYZ11.5712.2430.61-
YUV91.94160.7799.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 49.50%
R=17.16%
G=33.33%
B=49.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521011500.650.3300.4121048.5139.61
Hex3465964121029d23128
Octal64145226101410513226150
Binary1101001100101100101101000001100001010100111010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346596; }

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

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

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

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

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

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

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

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