#325948

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

Shades of Spectra #325948

Tints of Spectra #325948

Color information

#325948 (or 0x325948) is unknown color: approx Spectra. HEX triplet: 32, 59 and 48. RGB value is (50,89,72). Sum of RGB (Red+Green+Blue) = 50+89+72=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #325948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325948 is #CDA6B7. Grayscale: #4B4B4B. Windows color (decimal): -13477560 or 4741426. OLE color: 4741426.

HSL color Cylindrical-coordinate representation of color #325948: hue angle of 153.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325948 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB508972-
CMYK0.4400.190.65
HSL153.85º28.06%27.25%-
HSV(B)153.85º43.82%34.9%-
XYZ6.068.297.41-
YUV75.4126.08109.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=23.70%
G=42.18%
B=34.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089720.4400.190.65153.8528.0627.25
Hex3259482C013419a1c1b
Octal62131110540231012323433
Binary110010101100110010001011000100111000001100110101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325948; }

 p { color: rgb(50,89,72); }

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

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

 a { background-color: rgb(50,89,72); }

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

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

 span { border-color: rgb(50,89,72); }

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