Html Css Color HEX #325C51 Spectra

📋 copy color: '#325C51'

red 50 ◦ green 92 ◦ blue 81

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

Shades of Spectra #325C51

Tints of Spectra #325C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

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

R = 22.42%
G = 41.26%
B = 36.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#325C51 (or 0x325C51) is known color: Spectra. HEX triplet: 32, 5C and 51. RGB value is (50,92,81). Sum of RGB (Red+Green+Blue) = 50+92+81=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #325C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C51 is #CDA3AE. Grayscale: #4E4E4E. Windows color (decimal): -13476783 or 5332018. OLE color: 5332018.

HSL color Cylindrical-coordinate representation of color #325C51: hue angle of 164.29º 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 #325C51 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 92 81 -
CMYK 0.46 0 0.12 0.64
HSL 164.29º 0.3% 0.28% -
HSV(B) 164.29º 0.46% 0.36% -
XYZ 6.63 8.93 9.16 -
YUV 78.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 50 92 81 0.46 0 0.12 0.64 164.29 0.3 0.28
Hex 32 5C 51 2E 0 C 40 A4 1E 1C
Octal 62 134 121 56 0 14 100 244 36 34
Binary 110010 1011100 1010001 101110 0 1100 1000000 10100100 11110 11100

Color Harmonies of #325C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C51

Black with #325C51

Text Example


Text Example

White with #325C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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