Html Css Color HEX #325847 Spectra

📋 copy color: '#325847'

red 50 ◦ green 88 ◦ blue 71

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

Shades of Spectra #325847

Tints of Spectra #325847

RGB

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

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

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

R = 23.92%
G = 42.11%
B = 33.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#325847 (or 0x325847) is known color: Spectra. HEX triplet: 32, 58 and 47. RGB value is (50,88,71). Sum of RGB (Red+Green+Blue) = 50+88+71=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #325847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325847 is #CDA7B8. Grayscale: #4A4A4A. Windows color (decimal): -13477817 or 4675634. OLE color: 4675634.

HSL color Cylindrical-coordinate representation of color #325847: hue angle of 153.16º 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 #325847 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 71 -
CMYK 0.43 0 0.19 0.65
HSL 153.16º 0.28% 0.27% -
HSV(B) 153.16º 0.43% 0.35% -
XYZ 5.94 8.11 7.21 -
YUV 74.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 50 88 71 0.43 0 0.19 0.65 153.16 0.28 0.27
Hex 32 58 47 2B 0 13 41 99 1C 1B
Octal 62 130 107 53 0 23 101 231 34 33
Binary 110010 1011000 1000111 101011 0 10011 1000001 10011001 11100 11011

Color Harmonies of #325847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325847

Black with #325847

Text Example


Text Example

White with #325847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325847; }

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

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

background-color css

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

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

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

border-color css

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

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

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