Html Css Color HEX #325D82 Matisse

📋 copy color: '#325D82'

red 50 ◦ green 93 ◦ blue 130

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

Shades of Matisse #325D82

Tints of Matisse #325D82

RGB

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

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

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

R = 18.32%
G = 34.07%
B = 47.62%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325D82 (or 0x325D82) is known color: Matisse. HEX triplet: 32, 5D and 82. RGB value is (50,93,130). Sum of RGB (Red+Green+Blue) = 50+93+130=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #325D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D82 is #CDA27D. Grayscale: #545454. Windows color (decimal): -13476478 or 8543538. OLE color: 8543538.

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

Color convert

RGB 50 93 130 -
CMYK 0.62 0.28 0 0.49
HSL 207.75º 0.44% 0.35% -
HSV(B) 207.75º 0.62% 0.51% -
XYZ 9.26 10.12 22.58 -
YUV 84.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 50 93 130 0.62 0.28 0 0.49 207.75 0.44 0.35
Hex 32 5D 82 3E 1C 0 31 D0 2C 23
Octal 62 135 202 76 34 0 61 320 54 43
Binary 110010 1011101 10000010 111110 11100 0 110001 11010000 101100 100011

Color Harmonies of #325D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D82

Black with #325D82

Text Example


Text Example

White with #325D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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