#325F51

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

Shades of Spectra #325F51

Tints of Spectra #325F51

Color information

#325F51 (or 0x325F51) is unknown color: approx Spectra. HEX triplet: 32, 5F and 51. RGB value is (50,95,81). Sum of RGB (Red+Green+Blue) = 50+95+81=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #325F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F51 is #CDA0AE. Grayscale: #4F4F4F. Windows color (decimal): -13476015 or 5332786. OLE color: 5332786.

HSL color Cylindrical-coordinate representation of color #325F51: hue angle of 161.33º 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 #325F51 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB509581-
CMYK0.4700.150.63
HSL161.33º31.03%28.43%-
HSV(B)161.33º47.37%37.25%-
XYZ6.899.469.25-
YUV79.95128.59106.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 95 (37.5% from 255) = 42.04%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=22.12%
G=42.04%
B=35.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095810.4700.150.63161.3331.0328.43
Hex325F512F0F3Fa11f1c
Octal6213712157017772413734
Binary1100101011111101000110111101111111111101000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,81); }

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

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

 a { background-color: rgb(50,95,81); }

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

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

 span { border-color: rgb(50,95,81); }

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