Html Css Color HEX #325F82 Matisse

📋 copy color: '#325F82'

red 50 ◦ green 95 ◦ blue 130

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

Shades of Matisse #325F82

Tints of Matisse #325F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 18.18%
G = 34.55%
B = 47.27%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325F82 (or 0x325F82) is known color: Matisse. HEX triplet: 32, 5F and 82. RGB value is (50,95,130). Sum of RGB (Red+Green+Blue) = 50+95+130=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #325F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F82 is #CDA07D. Grayscale: #555555. Windows color (decimal): -13475966 or 8544050. OLE color: 8544050.

HSL color Cylindrical-coordinate representation of color #325F82: hue angle of 206.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325F82 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 95 130 -
CMYK 0.62 0.27 0 0.49
HSL 206.25º 0.44% 0.35% -
HSV(B) 206.25º 0.62% 0.51% -
XYZ 9.44 10.47 22.64 -
YUV 85.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 50 95 130 0.62 0.27 0 0.49 206.25 0.44 0.35
Hex 32 5F 82 3E 1B 0 31 CE 2C 23
Octal 62 137 202 76 33 0 61 316 54 43
Binary 110010 1011111 10000010 111110 11011 0 110001 11001110 101100 100011

Color Harmonies of #325F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F82

Black with #325F82

Text Example


Text Example

White with #325F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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