Html Css Color HEX #325C84 Matisse

📋 copy color: '#325C84'

red 50 ◦ green 92 ◦ blue 132

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

Shades of Matisse #325C84

Tints of Matisse #325C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 18.25%
G = 33.58%
B = 48.18%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#325C84 (or 0x325C84) is known color: Matisse. HEX triplet: 32, 5C and 84. RGB value is (50,92,132). Sum of RGB (Red+Green+Blue) = 50+92+132=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #325C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C84 is #CDA37B. Grayscale: #535353. Windows color (decimal): -13476732 or 8674354. OLE color: 8674354.

HSL color Cylindrical-coordinate representation of color #325C84: hue angle of 209.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325C84 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 92 132 -
CMYK 0.62 0.30 0 0.48
HSL 209.27º 0.45% 0.36% -
HSV(B) 209.27º 0.62% 0.52% -
XYZ 9.31 10 23.27 -
YUV 84 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 50 92 132 0.62 0.30 0 0.48 209.27 0.45 0.36
Hex 32 5C 84 3E 1E 0 30 D1 2D 24
Octal 62 134 204 76 36 0 60 321 55 44
Binary 110010 1011100 10000100 111110 11110 0 110000 11010001 101101 100100

Color Harmonies of #325C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C84

Black with #325C84

Text Example


Text Example

White with #325C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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