#345E51

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

Shades of Spectra #345E51

Tints of Spectra #345E51

Color information

#345E51 (or 0x345E51) is unknown color: approx Spectra. HEX triplet: 34, 5E and 51. RGB value is (52,94,81). Sum of RGB (Red+Green+Blue) = 52+94+81=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #345E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E51 is #CBA1AE. Grayscale: #4F4F4F. Windows color (decimal): -13345199 or 5332532. OLE color: 5332532.

HSL color Cylindrical-coordinate representation of color #345E51: hue angle of 161.43º 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 #345E51 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB529481-
CMYK0.4500.140.63
HSL161.43º28.77%28.63%-
HSV(B)161.43º44.68%36.86%-
XYZ6.99.339.22-
YUV79.96128.59108.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=22.91%
G=41.41%
B=35.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5294810.4500.140.63161.4328.7728.63
Hex345E512D0E3Fa11d1d
Octal6413612155016772413535
Binary1101001011110101000110110101110111111101000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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