#325E4F

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

Shades of Spectra #325E4F

Tints of Spectra #325E4F

Color information

#325E4F (or 0x325E4F) is unknown color: approx Spectra. HEX triplet: 32, 5E and 4F. RGB value is (50,94,79). Sum of RGB (Red+Green+Blue) = 50+94+79=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #325E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E4F is #CDA1B0. Grayscale: #4F4F4F. Windows color (decimal): -13476273 or 5201458. OLE color: 5201458.

HSL color Cylindrical-coordinate representation of color #325E4F: hue angle of 159.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E4F is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB509479-
CMYK0.4700.160.63
HSL159.55º30.56%28.24%-
HSV(B)159.55º46.81%36.86%-
XYZ6.739.258.83-
YUV79.13127.92107.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=22.42%
G=42.15%
B=35.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5094790.4700.160.63159.5530.5628.24
Hex325E4F2F0103Fa01f1c
Octal6213611757020772403734
Binary11001010111101001111101111010000111111101000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325E4F; }

 p { color: rgb(50,94,79); }

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

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

 a { background-color: rgb(50,94,79); }

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

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

 span { border-color: rgb(50,94,79); }

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