Html Css Color HEX #325D51 Spectra

📋 copy color: '#325D51'

red 50 ◦ green 93 ◦ blue 81

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

Shades of Spectra #325D51

Tints of Spectra #325D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.52%

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 22.32%
G = 41.52%
B = 36.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#325D51 (or 0x325D51) is known color: Spectra. HEX triplet: 32, 5D and 51. RGB value is (50,93,81). Sum of RGB (Red+Green+Blue) = 50+93+81=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #325D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D51 is #CDA2AE. Grayscale: #4E4E4E. Windows color (decimal): -13476527 or 5332274. OLE color: 5332274.

HSL color Cylindrical-coordinate representation of color #325D51: hue angle of 163.26º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D51 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 81 -
CMYK 0.46 0 0.13 0.64
HSL 163.26º 0.3% 0.28% -
HSV(B) 163.26º 0.46% 0.36% -
XYZ 6.71 9.1 9.19 -
YUV 78.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 50 93 81 0.46 0 0.13 0.64 163.26 0.3 0.28
Hex 32 5D 51 2E 0 D 40 A3 1E 1C
Octal 62 135 121 56 0 15 100 243 36 34
Binary 110010 1011101 1010001 101110 0 1101 1000000 10100011 11110 11100

Color Harmonies of #325D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D51

Black with #325D51

Text Example


Text Example

White with #325D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325D51; }

 p { color: rgb(50,93,81); }

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

background-color css

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

 a { background-color: rgb(50,93,81); }

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

border-color css

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

 span { border-color: rgb(50,93,81); }

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