Html Css Color HEX #325449 Spectra

📋 copy color: '#325449'

red 50 ◦ green 84 ◦ blue 73

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

Shades of Spectra #325449

Tints of Spectra #325449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 24.15%
G = 40.58%
B = 35.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#325449 (or 0x325449) is known color: Spectra. HEX triplet: 32, 54 and 49. RGB value is (50,84,73). Sum of RGB (Red+Green+Blue) = 50+84+73=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #325449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325449 is #CDABB6. Grayscale: #484848. Windows color (decimal): -13478839 or 4805682. OLE color: 4805682.

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

Color convert

RGB 50 84 73 -
CMYK 0.40 0 0.13 0.67
HSL 160.59º 0.25% 0.26% -
HSV(B) 160.59º 0.4% 0.33% -
XYZ 5.69 7.5 7.45 -
YUV 72.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 50 84 73 0.40 0 0.13 0.67 160.59 0.25 0.26
Hex 32 54 49 28 0 D 43 A1 19 1A
Octal 62 124 111 50 0 15 103 241 31 32
Binary 110010 1010100 1001001 101000 0 1101 1000011 10100001 11001 11010

Color Harmonies of #325449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325449

Black with #325449

Text Example


Text Example

White with #325449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325449; }

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

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

background-color css

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

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

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

border-color css

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

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

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