Html Css Color HEX #325649 Spectra

📋 copy color: '#325649'

red 50 ◦ green 86 ◦ blue 73

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

Shades of Spectra #325649

Tints of Spectra #325649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.15%

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

R = 23.92%
G = 41.15%
B = 34.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#325649 (or 0x325649) is known color: Spectra. HEX triplet: 32, 56 and 49. RGB value is (50,86,73). Sum of RGB (Red+Green+Blue) = 50+86+73=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #325649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325649 is #CDA9B6. Grayscale: #494949. Windows color (decimal): -13478327 or 4806194. OLE color: 4806194.

HSL color Cylindrical-coordinate representation of color #325649: hue angle of 158.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #325649 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 86 73 -
CMYK 0.42 0 0.15 0.66
HSL 158.33º 0.26% 0.27% -
HSV(B) 158.33º 0.42% 0.34% -
XYZ 5.85 7.81 7.5 -
YUV 73.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 50 86 73 0.42 0 0.15 0.66 158.33 0.26 0.27
Hex 32 56 49 2A 0 F 42 9E 1A 1B
Octal 62 126 111 52 0 17 102 236 32 33
Binary 110010 1010110 1001001 101010 0 1111 1000010 10011110 11010 11011

Color Harmonies of #325649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325649

Black with #325649

Text Example


Text Example

White with #325649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325649; }

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

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

background-color css

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

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

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

border-color css

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

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

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