Html Css Color HEX #325D79 Matisse

📋 copy color: '#325D79'

red 50 ◦ green 93 ◦ blue 121

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

Shades of Matisse #325D79

Tints of Matisse #325D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.23%

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 18.94%
G = 35.23%
B = 45.83%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#325D79 (or 0x325D79) is known color: Matisse. HEX triplet: 32, 5D and 79. RGB value is (50,93,121). Sum of RGB (Red+Green+Blue) = 50+93+121=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #325D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D79 is #CDA286. Grayscale: #535353. Windows color (decimal): -13476487 or 7953714. OLE color: 7953714.

HSL color Cylindrical-coordinate representation of color #325D79: hue angle of 203.66º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325D79 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 93 121 -
CMYK 0.59 0.23 0 0.53
HSL 203.66º 0.42% 0.34% -
HSV(B) 203.66º 0.59% 0.47% -
XYZ 8.68 9.89 19.54 -
YUV 83.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 50 93 121 0.59 0.23 0 0.53 203.66 0.42 0.34
Hex 32 5D 79 3B 17 0 35 CC 2A 22
Octal 62 135 171 73 27 0 65 314 52 42
Binary 110010 1011101 1111001 111011 10111 0 110101 11001100 101010 100010

Color Harmonies of #325D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D79

Black with #325D79

Text Example


Text Example

White with #325D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,121); }

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

background-color css

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

 a { background-color: rgb(50,93,121); }

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

border-color css

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

 span { border-color: rgb(50,93,121); }

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