Html Css Color HEX #325849 Spectra

📋 copy color: '#325849'

red 50 ◦ green 88 ◦ blue 73

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

Shades of Spectra #325849

Tints of Spectra #325849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

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

R = 23.7%
G = 41.71%
B = 34.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#325849 (or 0x325849) is known color: Spectra. HEX triplet: 32, 58 and 49. RGB value is (50,88,73). Sum of RGB (Red+Green+Blue) = 50+88+73=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #325849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325849 is #CDA7B6. Grayscale: #4A4A4A. Windows color (decimal): -13477815 or 4806706. OLE color: 4806706.

HSL color Cylindrical-coordinate representation of color #325849: hue angle of 156.32º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325849 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 73 -
CMYK 0.43 0 0.17 0.65
HSL 156.32º 0.28% 0.27% -
HSV(B) 156.32º 0.43% 0.35% -
XYZ 6.01 8.14 7.56 -
YUV 74.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 50 88 73 0.43 0 0.17 0.65 156.32 0.28 0.27
Hex 32 58 49 2B 0 11 41 9C 1C 1B
Octal 62 130 111 53 0 21 101 234 34 33
Binary 110010 1011000 1001001 101011 0 10001 1000001 10011100 11100 11011

Color Harmonies of #325849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325849

Black with #325849

Text Example


Text Example

White with #325849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325849; }

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

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

background-color css

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

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

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

border-color css

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

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

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