#325848

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

Shades of Spectra #325848

Tints of Spectra #325848

Color information

#325848 (or 0x325848) is unknown color: approx Spectra. HEX triplet: 32, 58 and 48. RGB value is (50,88,72). Sum of RGB (Red+Green+Blue) = 50+88+72=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #325848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325848 is #CDA7B7. Grayscale: #4A4A4A. Windows color (decimal): -13477816 or 4741170. OLE color: 4741170.

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

Color convert

RGB508872-
CMYK0.4300.180.65
HSL154.74º27.54%27.06%-
HSV(B)154.74º43.18%34.51%-
XYZ5.978.137.38-
YUV74.81126.41110.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=23.81%
G=41.90%
B=34.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088720.4300.180.65154.7427.5427.06
Hex3258482B012419b1c1b
Octal62130110530221012333433
Binary110010101100010010001010110100101000001100110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325848; }

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

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

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

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

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

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

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

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