Html Css Color HEX #325C80 Matisse

📋 copy color: '#325C80'

red 50 ◦ green 92 ◦ blue 128

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

Shades of Matisse #325C80

Tints of Matisse #325C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.07%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 18.52%
G = 34.07%
B = 47.41%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#325C80 (or 0x325C80) is known color: Matisse. HEX triplet: 32, 5C and 80. RGB value is (50,92,128). Sum of RGB (Red+Green+Blue) = 50+92+128=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #325C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C80 is #CDA37F. Grayscale: #535353. Windows color (decimal): -13476736 or 8412210. OLE color: 8412210.

HSL color Cylindrical-coordinate representation of color #325C80: hue angle of 207.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325C80 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 92 128 -
CMYK 0.61 0.28 0 0.50
HSL 207.69º 0.44% 0.35% -
HSV(B) 207.69º 0.61% 0.5% -
XYZ 9.04 9.89 21.85 -
YUV 83.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 50 92 128 0.61 0.28 0 0.50 207.69 0.44 0.35
Hex 32 5C 80 3D 1C 0 32 D0 2C 23
Octal 62 134 200 75 34 0 62 320 54 43
Binary 110010 1011100 10000000 111101 11100 0 110010 11010000 101100 100011

Color Harmonies of #325C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C80

Black with #325C80

Text Example


Text Example

White with #325C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,92,128); }

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

background-color css

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

 a { background-color: rgb(50,92,128); }

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

border-color css

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

 span { border-color: rgb(50,92,128); }

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