Html Css Color HEX #325546 Spectra

📋 copy color: '#325546'

red 50 ◦ green 85 ◦ blue 70

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

Shades of Spectra #325546

Tints of Spectra #325546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 24.39%
G = 41.46%
B = 34.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#325546 (or 0x325546) is known color: Spectra. HEX triplet: 32, 55 and 46. RGB value is (50,85,70). Sum of RGB (Red+Green+Blue) = 50+85+70=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #325546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325546 is #CDAAB9. Grayscale: #484848. Windows color (decimal): -13478586 or 4609330. OLE color: 4609330.

HSL color Cylindrical-coordinate representation of color #325546: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325546 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 70 -
CMYK 0.41 0 0.18 0.67
HSL 154.29º 0.26% 0.26% -
HSV(B) 154.29º 0.41% 0.33% -
XYZ 5.67 7.62 6.97 -
YUV 72.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 50 85 70 0.41 0 0.18 0.67 154.29 0.26 0.26
Hex 32 55 46 29 0 12 43 9A 1A 1A
Octal 62 125 106 51 0 22 103 232 32 32
Binary 110010 1010101 1000110 101001 0 10010 1000011 10011010 11010 11010

Color Harmonies of #325546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325546

Black with #325546

Text Example


Text Example

White with #325546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325546; }

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

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

background-color css

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

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

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

border-color css

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

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

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