#345B4D

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

Shades of Spectra #345B4D

Tints of Spectra #345B4D

Color information

#345B4D (or 0x345B4D) is unknown color: approx Spectra. HEX triplet: 34, 5B and 4D. RGB value is (52,91,77). Sum of RGB (Red+Green+Blue) = 52+91+77=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #345B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B4D is #CBA4B2. Grayscale: #4D4D4D. Windows color (decimal): -13345971 or 5069620. OLE color: 5069620.

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

Color convert

RGB529177-
CMYK0.4300.150.64
HSL158.46º27.27%28.04%-
HSV(B)158.46º42.86%35.69%-
XYZ6.58.758.37-
YUV77.74127.58109.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 77 (30.47% from 255) = 35%
R=23.64%
G=41.36%
B=35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5291770.4300.150.64158.4627.2728.04
Hex345B4D2B0F409e1b1c
Octal64133115530171002363334
Binary11010010110111001101101011011111000000100111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,91,77); }

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

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

 a { background-color: rgb(52,91,77); }

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

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

 span { border-color: rgb(52,91,77); }

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