#346355

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

Shades of Spectra #346355

Tints of Spectra #346355

Color information

#346355 (or 0x346355) is unknown color: approx Spectra. HEX triplet: 34, 63 and 55. RGB value is (52,99,85). Sum of RGB (Red+Green+Blue) = 52+99+85=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #346355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346355 is #CB9CAA. Grayscale: #535353. Windows color (decimal): -13343915 or 5595956. OLE color: 5595956.

HSL color Cylindrical-coordinate representation of color #346355: hue angle of 162.13º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346355 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB529985-
CMYK0.4700.140.61
HSL162.13º31.13%29.61%-
HSV(B)162.13º47.47%38.82%-
XYZ7.5210.3110.19-
YUV83.35128.93105.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=22.03%
G=41.95%
B=36.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299850.4700.140.61162.1331.1329.61
Hex3463552F0E3Da21f1e
Octal6414312557016752423736
Binary1101001100011101010110111101110111101101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346355; }

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

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

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

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

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

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

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

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