Html Css Color HEX #325447 Spectra

📋 copy color: '#325447'

red 50 ◦ green 84 ◦ blue 71

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

Shades of Spectra #325447

Tints of Spectra #325447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 24.39%
G = 40.98%
B = 34.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#325447 (or 0x325447) is known color: Spectra. HEX triplet: 32, 54 and 47. RGB value is (50,84,71). Sum of RGB (Red+Green+Blue) = 50+84+71=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #325447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325447 is #CDABB8. Grayscale: #484848. Windows color (decimal): -13478841 or 4674610. OLE color: 4674610.

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

Color convert

RGB 50 84 71 -
CMYK 0.40 0 0.15 0.67
HSL 157.06º 0.25% 0.26% -
HSV(B) 157.06º 0.4% 0.33% -
XYZ 5.62 7.47 7.11 -
YUV 72.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 50 84 71 0.40 0 0.15 0.67 157.06 0.25 0.26
Hex 32 54 47 28 0 F 43 9D 19 1A
Octal 62 124 107 50 0 17 103 235 31 32
Binary 110010 1010100 1000111 101000 0 1111 1000011 10011101 11001 11010

Color Harmonies of #325447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325447

Black with #325447

Text Example


Text Example

White with #325447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325447; }

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

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

background-color css

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

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

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

border-color css

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

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

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