#345649

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

Shades of Spectra #345649

Tints of Spectra #345649

Color information

#345649 (or 0x345649) is unknown color: approx Spectra. HEX triplet: 34, 56 and 49. RGB value is (52,86,73). Sum of RGB (Red+Green+Blue) = 52+86+73=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #345649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345649 is #CBA9B6. Grayscale: #4A4A4A. Windows color (decimal): -13347255 or 4806196. OLE color: 4806196.

HSL color Cylindrical-coordinate representation of color #345649: hue angle of 157.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345649 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB528673-
CMYK0.4000.150.66
HSL157.06º24.64%27.06%-
HSV(B)157.06º39.53%33.73%-
XYZ5.957.877.51-
YUV74.35127.24112.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=24.64%
G=40.76%
B=34.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286730.4000.150.66157.0624.6427.06
Hex345649280F429d191b
Octal64126111500171022353133
Binary11010010101101001001101000011111000010100111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345649; }

 p { color: rgb(52,86,73); }

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

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

 a { background-color: rgb(52,86,73); }

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

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

 span { border-color: rgb(52,86,73); }

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