Html Css Color HEX #325349 Spectra

📋 copy color: '#325349'

red 50 ◦ green 83 ◦ blue 73

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

Shades of Spectra #325349

Tints of Spectra #325349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 24.27%
G = 40.29%
B = 35.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#325349 (or 0x325349) is known color: Spectra. HEX triplet: 32, 53 and 49. RGB value is (50,83,73). Sum of RGB (Red+Green+Blue) = 50+83+73=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #325349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325349 is #CDACB6. Grayscale: #484848. Windows color (decimal): -13479095 or 4805426. OLE color: 4805426.

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

Color convert

RGB 50 83 73 -
CMYK 0.40 0 0.12 0.67
HSL 161.82º 0.25% 0.26% -
HSV(B) 161.82º 0.4% 0.33% -
XYZ 5.61 7.35 7.43 -
YUV 71.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 50 83 73 0.40 0 0.12 0.67 161.82 0.25 0.26
Hex 32 53 49 28 0 C 43 A2 19 1A
Octal 62 123 111 50 0 14 103 242 31 32
Binary 110010 1010011 1001001 101000 0 1100 1000011 10100010 11001 11010

Color Harmonies of #325349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325349

Black with #325349

Text Example


Text Example

White with #325349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325349; }

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

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

background-color css

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

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

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

border-color css

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

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

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