#325B51

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

Shades of Spectra #325B51

Tints of Spectra #325B51

Color information

#325B51 (or 0x325B51) is unknown color: approx Spectra. HEX triplet: 32, 5B and 51. RGB value is (50,91,81). Sum of RGB (Red+Green+Blue) = 50+91+81=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #325B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B51 is #CDA4AE. Grayscale: #4D4D4D. Windows color (decimal): -13477039 or 5331762. OLE color: 5331762.

HSL color Cylindrical-coordinate representation of color #325B51: hue angle of 165.37º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B51 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB509181-
CMYK0.4500.110.64
HSL165.37º29.08%27.65%-
HSV(B)165.37º45.05%35.69%-
XYZ6.548.759.13-
YUV77.6129.92108.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 91 (35.94% from 255) = 40.99%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=22.52%
G=40.99%
B=36.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091810.4500.110.64165.3729.0827.65
Hex325B512D0B40a51d1c
Octal62133121550131002453534
Binary11001010110111010001101101010111000000101001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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