#345C52

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

Shades of Spectra #345C52

Tints of Spectra #345C52

Color information

#345C52 (or 0x345C52) is unknown color: approx Spectra. HEX triplet: 34, 5C and 52. RGB value is (52,92,82). Sum of RGB (Red+Green+Blue) = 52+92+82=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #345C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C52 is #CBA3AD. Grayscale: #4E4E4E. Windows color (decimal): -13345710 or 5397556. OLE color: 5397556.

HSL color Cylindrical-coordinate representation of color #345C52: hue angle of 165º 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 #345C52 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB529282-
CMYK0.4300.110.64
HSL165º27.78%28.24%-
HSV(B)165º43.48%36.08%-
XYZ6.778.999.36-
YUV78.9129.75108.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=23.01%
G=40.71%
B=36.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292820.4300.110.6416527.7828.24
Hex345C522B0B40a51c1c
Octal64134122530131002453434
Binary11010010111001010010101011010111000000101001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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