#346155

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

Shades of Spectra #346155

Tints of Spectra #346155

Color information

#346155 (or 0x346155) is unknown color: approx Spectra. HEX triplet: 34, 61 and 55. RGB value is (52,97,85). Sum of RGB (Red+Green+Blue) = 52+97+85=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #346155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346155 is #CB9EAA. Grayscale: #525252. Windows color (decimal): -13344427 or 5595444. OLE color: 5595444.

HSL color Cylindrical-coordinate representation of color #346155: hue angle of 164º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346155 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB529785-
CMYK0.4600.120.62
HSL164º30.2%29.22%-
HSV(B)164º46.39%38.04%-
XYZ7.339.9410.13-
YUV82.18129.59106.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=22.22%
G=41.45%
B=36.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297850.4600.120.6216430.229.22
Hex3461552E0C3Ea41e1d
Octal6414112556014762443635
Binary1101001100001101010110111001100111110101001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346155; }

 p { color: rgb(52,97,85); }

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

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

 a { background-color: rgb(52,97,85); }

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

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

 span { border-color: rgb(52,97,85); }

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