Html Css Color HEX #326254 Spectra

📋 copy color: '#326254'

red 50 ◦ green 98 ◦ blue 84

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

Shades of Spectra #326254

Tints of Spectra #326254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 84 (33.2% from 255) = 36.21%

R = 21.55%
G = 42.24%
B = 36.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#326254 (or 0x326254) is known color: Spectra. HEX triplet: 32, 62 and 54. RGB value is (50,98,84). Sum of RGB (Red+Green+Blue) = 50+98+84=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #326254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326254 is #CD9DAB. Grayscale: #525252. Windows color (decimal): -13475244 or 5530162. OLE color: 5530162.

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

Color convert

RGB 50 98 84 -
CMYK 0.49 0 0.14 0.62
HSL 162.5º 0.32% 0.29% -
HSV(B) 162.5º 0.49% 0.38% -
XYZ 7.28 10.05 9.94 -
YUV 82.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 50 98 84 0.49 0 0.14 0.62 162.5 0.32 0.29
Hex 32 62 54 31 0 E 3E A2 20 1D
Octal 62 142 124 61 0 16 76 242 40 35
Binary 110010 1100010 1010100 110001 0 1110 111110 10100010 100000 11101

Color Harmonies of #326254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326254

Black with #326254

Text Example


Text Example

White with #326254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326254; }

 p { color: rgb(50,98,84); }

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

background-color css

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

 a { background-color: rgb(50,98,84); }

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

border-color css

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

 span { border-color: rgb(50,98,84); }

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