Html Css Color HEX #326355 Spectra

📋 copy color: '#326355'

red 50 ◦ green 99 ◦ blue 85

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

Shades of Spectra #326355

Tints of Spectra #326355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 21.37%
G = 42.31%
B = 36.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#326355 (or 0x326355) is known color: Spectra. HEX triplet: 32, 63 and 55. RGB value is (50,99,85). Sum of RGB (Red+Green+Blue) = 50+99+85=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #326355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326355 is #CD9CAA. Grayscale: #525252. Windows color (decimal): -13474987 or 5595954. OLE color: 5595954.

HSL color Cylindrical-coordinate representation of color #326355: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326355 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 99 85 -
CMYK 0.49 0 0.14 0.61
HSL 162.86º 0.33% 0.29% -
HSV(B) 162.86º 0.49% 0.39% -
XYZ 7.42 10.26 10.18 -
YUV 82.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 50 99 85 0.49 0 0.14 0.61 162.86 0.33 0.29
Hex 32 63 55 31 0 E 3D A3 21 1D
Octal 62 143 125 61 0 16 75 243 41 35
Binary 110010 1100011 1010101 110001 0 1110 111101 10100011 100001 11101

Color Harmonies of #326355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326355

Black with #326355

Text Example


Text Example

White with #326355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326355; }

 p { color: rgb(50,99,85); }

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

background-color css

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

 a { background-color: rgb(50,99,85); }

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

border-color css

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

 span { border-color: rgb(50,99,85); }

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