#346456

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

Shades of Spectra #346456

Tints of Spectra #346456

Color information

#346456 (or 0x346456) is unknown color: approx Spectra. HEX triplet: 34, 64 and 56. RGB value is (52,100,86). Sum of RGB (Red+Green+Blue) = 52+100+86=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #346456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346456 is #CB9BA9. Grayscale: #545454. Windows color (decimal): -13343658 or 5661748. OLE color: 5661748.

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

Color convert

RGB5210086-
CMYK0.4800.140.61
HSL162.5º31.58%29.8%-
HSV(B)162.5º48%39.22%-
XYZ7.6510.5210.43-
YUV84.05129.1105.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=21.85%
G=42.02%
B=36.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100860.4800.140.61162.531.5829.8
Hex346456300E3Da2201e
Octal6414412660016752424036
Binary11010011001001010110110000011101111011010001010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346456; }

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

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

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

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

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

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

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

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