Html Css Color HEX #325548 Spectra

📋 copy color: '#325548'

red 50 ◦ green 85 ◦ blue 72

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

Shades of Spectra #325548

Tints of Spectra #325548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

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

R = 24.15%
G = 41.06%
B = 34.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#325548 (or 0x325548) is known color: Spectra. HEX triplet: 32, 55 and 48. RGB value is (50,85,72). Sum of RGB (Red+Green+Blue) = 50+85+72=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #325548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325548 is #CDAAB7. Grayscale: #494949. Windows color (decimal): -13478584 or 4740402. OLE color: 4740402.

HSL color Cylindrical-coordinate representation of color #325548: hue angle of 157.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325548 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 72 -
CMYK 0.41 0 0.15 0.67
HSL 157.71º 0.26% 0.26% -
HSV(B) 157.71º 0.41% 0.33% -
XYZ 5.73 7.64 7.3 -
YUV 73.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 50 85 72 0.41 0 0.15 0.67 157.71 0.26 0.26
Hex 32 55 48 29 0 F 43 9E 1A 1A
Octal 62 125 110 51 0 17 103 236 32 32
Binary 110010 1010101 1001000 101001 0 1111 1000011 10011110 11010 11010

Color Harmonies of #325548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325548

Black with #325548

Text Example


Text Example

White with #325548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325548; }

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

 H1.HeaderClassName
 {
   color: #325548;
 }
 .AnyTagClassName
 {
   color: #325548;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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