#345A52

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

Shades of Spectra #345A52

Tints of Spectra #345A52

Color information

#345A52 (or 0x345A52) is unknown color: approx Spectra. HEX triplet: 34, 5A and 52. RGB value is (52,90,82). Sum of RGB (Red+Green+Blue) = 52+90+82=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #345A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A52 is #CBA5AD. Grayscale: #4D4D4D. Windows color (decimal): -13346222 or 5397044. OLE color: 5397044.

HSL color Cylindrical-coordinate representation of color #345A52: hue angle of 167.37º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345A52 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB529082-
CMYK0.4200.090.65
HSL167.37º26.76%27.84%-
HSV(B)167.37º42.22%35.29%-
XYZ6.68.659.3-
YUV77.73130.41109.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=23.21%
G=40.18%
B=36.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290820.4200.090.65167.3726.7627.84
Hex345A522A0941a71b1c
Octal64132122520111012473334
Binary11010010110101010010101010010011000001101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,90,82); }

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

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

 a { background-color: rgb(52,90,82); }

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

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

 span { border-color: rgb(52,90,82); }

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