Html Css Color HEX #326850 Spectra

📋 copy color: '#326850'

red 50 ◦ green 104 ◦ blue 80

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

Shades of Spectra #326850

Tints of Spectra #326850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 21.37%
G = 44.44%
B = 34.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#326850 (or 0x326850) is known color: Spectra. HEX triplet: 32, 68 and 50. RGB value is (50,104,80). Sum of RGB (Red+Green+Blue) = 50+104+80=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #326850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326850 is #CD97AF. Grayscale: #555555. Windows color (decimal): -13473712 or 5269554. OLE color: 5269554.

HSL color Cylindrical-coordinate representation of color #326850: hue angle of 153.33º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326850 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 104 80 -
CMYK 0.52 0 0.23 0.59
HSL 153.33º 0.35% 0.3% -
HSV(B) 153.33º 0.52% 0.41% -
XYZ 7.71 11.16 9.34 -
YUV 85.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 50 104 80 0.52 0 0.23 0.59 153.33 0.35 0.3
Hex 32 68 50 34 0 17 3B 99 23 1E
Octal 62 150 120 64 0 27 73 231 43 36
Binary 110010 1101000 1010000 110100 0 10111 111011 10011001 100011 11110

Color Harmonies of #326850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326850

Black with #326850

Text Example


Text Example

White with #326850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326850; }

 p { color: rgb(50,104,80); }

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

background-color css

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

 a { background-color: rgb(50,104,80); }

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

border-color css

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

 span { border-color: rgb(50,104,80); }

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