#345E4F

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

Shades of Spectra #345E4F

Tints of Spectra #345E4F

Color information

#345E4F (or 0x345E4F) is unknown color: approx Spectra. HEX triplet: 34, 5E and 4F. RGB value is (52,94,79). Sum of RGB (Red+Green+Blue) = 52+94+79=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #345E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E4F is #CBA1B0. Grayscale: #4F4F4F. Windows color (decimal): -13345201 or 5201460. OLE color: 5201460.

HSL color Cylindrical-coordinate representation of color #345E4F: hue angle of 158.57º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345E4F is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB529479-
CMYK0.4500.160.63
HSL158.57º28.77%28.63%-
HSV(B)158.57º44.68%36.86%-
XYZ6.839.38.83-
YUV79.73127.59108.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=23.11%
G=41.78%
B=35.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5294790.4500.160.63158.5728.7728.63
Hex345E4F2D0103F9f1d1d
Octal6413611755020772373535
Binary11010010111101001111101101010000111111100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E4F; }

 p { color: rgb(52,94,79); }

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

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

 a { background-color: rgb(52,94,79); }

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

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

 span { border-color: rgb(52,94,79); }

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