#345449

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

Shades of Spectra #345449

Tints of Spectra #345449

Color information

#345449 (or 0x345449) is unknown color: approx Spectra. HEX triplet: 34, 54 and 49. RGB value is (52,84,73). Sum of RGB (Red+Green+Blue) = 52+84+73=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #345449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345449 is #CBABB6. Grayscale: #494949. Windows color (decimal): -13347767 or 4805684. OLE color: 4805684.

HSL color Cylindrical-coordinate representation of color #345449: hue angle of 159.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345449 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB528473-
CMYK0.3800.130.67
HSL159.38º23.53%26.67%-
HSV(B)159.38º38.1%32.94%-
XYZ5.797.557.46-
YUV73.18127.9112.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=24.88%
G=40.19%
B=34.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284730.3800.130.67159.3823.5326.67
Hex345449260D439f181b
Octal64124111460151032373033
Binary11010010101001001001100110011011000011100111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345449; }

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

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

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

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

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

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

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

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