Html Css Color HEX #325549 Spectra

📋 copy color: '#325549'

red 50 ◦ green 85 ◦ blue 73

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

Shades of Spectra #325549

Tints of Spectra #325549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 24.04%
G = 40.87%
B = 35.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#325549 (or 0x325549) is known color: Spectra. HEX triplet: 32, 55 and 49. RGB value is (50,85,73). Sum of RGB (Red+Green+Blue) = 50+85+73=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #325549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325549 is #CDAAB6. Grayscale: #494949. Windows color (decimal): -13478583 or 4805938. OLE color: 4805938.

HSL color Cylindrical-coordinate representation of color #325549: hue angle of 159.43º 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 #325549 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 73 -
CMYK 0.41 0 0.14 0.67
HSL 159.43º 0.26% 0.26% -
HSV(B) 159.43º 0.41% 0.33% -
XYZ 5.77 7.66 7.48 -
YUV 73.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 50 85 73 0.41 0 0.14 0.67 159.43 0.26 0.26
Hex 32 55 49 29 0 E 43 9F 1A 1A
Octal 62 125 111 51 0 16 103 237 32 32
Binary 110010 1010101 1001001 101001 0 1110 1000011 10011111 11010 11010

Color Harmonies of #325549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325549

Black with #325549

Text Example


Text Example

White with #325549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325549; }

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

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

background-color css

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

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

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

border-color css

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

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

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