Html Css Color HEX #325948 Spectra

📋 copy color: '#325948'

red 50 ◦ green 89 ◦ blue 72

#325948
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #325948

Tints of Spectra #325948

RGB

 RED value IS 50 (19.92% from 255) = 23.7%

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 23.7%
G = 42.18%
B = 34.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#325948 (or 0x325948) is known color: 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

RGB 50 89 72 -
CMYK 0.44 0 0.19 0.65
HSL 153.85º 0.28% 0.27% -
HSV(B) 153.85º 0.44% 0.35% -
XYZ 6.06 8.29 7.41 -
YUV 75.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 50 89 72 0.44 0 0.19 0.65 153.85 0.28 0.27
Hex 32 59 48 2C 0 13 41 9A 1C 1B
Octal 62 131 110 54 0 23 101 232 34 33
Binary 110010 1011001 1001000 101100 0 10011 1000001 10011010 11100 11011

Color Harmonies of #325948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325948

Black with #325948

Text Example


Text Example

White with #325948

Text Example


Text Example

HTML Codes & Css Web 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>