#345C51

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

Shades of Spectra #345C51

Tints of Spectra #345C51

Color information

#345C51 (or 0x345C51) is unknown color: approx Spectra. HEX triplet: 34, 5C and 51. RGB value is (52,92,81). Sum of RGB (Red+Green+Blue) = 52+92+81=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #345C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C51 is #CBA3AE. Grayscale: #4E4E4E. Windows color (decimal): -13345711 or 5332020. OLE color: 5332020.

HSL color Cylindrical-coordinate representation of color #345C51: hue angle of 163.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C51 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB529281-
CMYK0.4300.120.64
HSL163.5º27.78%28.24%-
HSV(B)163.5º43.48%36.08%-
XYZ6.738.989.16-
YUV78.79129.25108.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 81 (32.03% from 255) = 36%
R=23.11%
G=40.89%
B=36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292810.4300.120.64163.527.7828.24
Hex345C512B0C40a41c1c
Octal64134121530141002443434
Binary11010010111001010001101011011001000000101001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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