Html Css Color HEX #325F84 Matisse

📋 copy color: '#325F84'

red 50 ◦ green 95 ◦ blue 132

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

Shades of Matisse #325F84

Tints of Matisse #325F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.3%

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

R = 18.05%
G = 34.3%
B = 47.65%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#325F84 (or 0x325F84) is known color: Matisse. HEX triplet: 32, 5F and 84. RGB value is (50,95,132). Sum of RGB (Red+Green+Blue) = 50+95+132=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #325F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F84 is #CDA07B. Grayscale: #555555. Windows color (decimal): -13475964 or 8675122. OLE color: 8675122.

HSL color Cylindrical-coordinate representation of color #325F84: hue angle of 207.07º 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 #325F84 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 95 132 -
CMYK 0.62 0.28 0 0.48
HSL 207.07º 0.45% 0.36% -
HSV(B) 207.07º 0.62% 0.52% -
XYZ 9.57 10.53 23.36 -
YUV 85.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 50 95 132 0.62 0.28 0 0.48 207.07 0.45 0.36
Hex 32 5F 84 3E 1C 0 30 CF 2D 24
Octal 62 137 204 76 34 0 60 317 55 44
Binary 110010 1011111 10000100 111110 11100 0 110000 11001111 101101 100100

Color Harmonies of #325F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F84

Black with #325F84

Text Example


Text Example

White with #325F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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