#325B4D

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

Shades of Spectra #325B4D

Tints of Spectra #325B4D

Color information

#325B4D (or 0x325B4D) is unknown color: approx Spectra. HEX triplet: 32, 5B and 4D. RGB value is (50,91,77). Sum of RGB (Red+Green+Blue) = 50+91+77=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #325B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B4D is #CDA4B2. Grayscale: #4D4D4D. Windows color (decimal): -13477043 or 5069618. OLE color: 5069618.

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

Color convert

RGB509177-
CMYK0.4500.150.64
HSL159.51º29.08%27.65%-
HSV(B)159.51º45.05%35.69%-
XYZ6.48.78.36-
YUV77.14127.92108.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=22.94%
G=41.74%
B=35.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091770.4500.150.64159.5129.0827.65
Hex325B4D2D0F40a01d1c
Octal62133115550171002403534
Binary11001010110111001101101101011111000000101000001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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