#346156

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

Shades of Spectra #346156

Tints of Spectra #346156

Color information

#346156 (or 0x346156) is unknown color: approx Spectra. HEX triplet: 34, 61 and 56. RGB value is (52,97,86). Sum of RGB (Red+Green+Blue) = 52+97+86=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #346156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346156 is #CB9EA9. Grayscale: #525252. Windows color (decimal): -13344426 or 5660980. OLE color: 5660980.

HSL color Cylindrical-coordinate representation of color #346156: hue angle of 165.33º 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 #346156 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB529786-
CMYK0.4600.110.62
HSL165.33º30.2%29.22%-
HSV(B)165.33º46.39%38.04%-
XYZ7.379.9510.34-
YUV82.29130.09106.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=22.13%
G=41.28%
B=36.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297860.4600.110.62165.3330.229.22
Hex3461562E0B3Ea51e1d
Octal6414112656013762453635
Binary1101001100001101011010111001011111110101001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346156; }

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

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

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

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

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

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

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

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