Html Css Color HEX #325A4A Spectra

📋 copy color: '#325A4A'

red 50 ◦ green 90 ◦ blue 74

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

Shades of Spectra #325A4A

Tints of Spectra #325A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.06%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 23.36%
G = 42.06%
B = 34.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#325A4A (or 0x325A4A) is known color: Spectra. HEX triplet: 32, 5A and 4A. RGB value is (50,90,74). Sum of RGB (Red+Green+Blue) = 50+90+74=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #325A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A4A is #CDA5B5. Grayscale: #4C4C4C. Windows color (decimal): -13477302 or 4872754. OLE color: 4872754.

HSL color Cylindrical-coordinate representation of color #325A4A: hue angle of 156º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A4A is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 74 -
CMYK 0.44 0 0.18 0.65
HSL 156º 0.29% 0.27% -
HSV(B) 156º 0.44% 0.35% -
XYZ 6.21 8.48 7.79 -
YUV 76.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 50 90 74 0.44 0 0.18 0.65 156 0.29 0.27
Hex 32 5A 4A 2C 0 12 41 9C 1D 1B
Octal 62 132 112 54 0 22 101 234 35 33
Binary 110010 1011010 1001010 101100 0 10010 1000001 10011100 11101 11011

Color Harmonies of #325A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A4A

Black with #325A4A

Text Example


Text Example

White with #325A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,90,74); }

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

background-color css

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

 a { background-color: rgb(50,90,74); }

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

border-color css

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

 span { border-color: rgb(50,90,74); }

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