#345749

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

Shades of Spectra #345749

Tints of Spectra #345749

Color information

#345749 (or 0x345749) is unknown color: approx Spectra. HEX triplet: 34, 57 and 49. RGB value is (52,87,73). Sum of RGB (Red+Green+Blue) = 52+87+73=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #345749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345749 is #CBA8B6. Grayscale: #4A4A4A. Windows color (decimal): -13346999 or 4806452. OLE color: 4806452.

HSL color Cylindrical-coordinate representation of color #345749: hue angle of 156º 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 #345749 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB528773-
CMYK0.4000.160.66
HSL156º25.18%27.25%-
HSV(B)156º40.23%34.12%-
XYZ6.038.037.54-
YUV74.94126.9111.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=24.53%
G=41.04%
B=34.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287730.4000.160.6615625.1827.25
Hex34574928010429c191b
Octal64127111500201022343133
Binary110100101011110010011010000100001000010100111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345749; }

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

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

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

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

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

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

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

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