#325749

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

Shades of Spectra #325749

Tints of Spectra #325749

Color information

#325749 (or 0x325749) is unknown color: approx Spectra. HEX triplet: 32, 57 and 49. RGB value is (50,87,73). Sum of RGB (Red+Green+Blue) = 50+87+73=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #325749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325749 is #CDA8B6. Grayscale: #4A4A4A. Windows color (decimal): -13478071 or 4806450. OLE color: 4806450.

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

Color convert

RGB508773-
CMYK0.4300.160.66
HSL157.3º27.01%26.86%-
HSV(B)157.3º42.53%34.12%-
XYZ5.937.987.53-
YUV74.34127.24110.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=23.81%
G=41.43%
B=34.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087730.4300.160.66157.327.0126.86
Hex3257492B010429d1b1b
Octal62127111530201022353333
Binary110010101011110010011010110100001000010100111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325749; }

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

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

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

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

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

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

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

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