Html Css Color HEX #325E82 Matisse

📋 copy color: '#325E82'

red 50 ◦ green 94 ◦ blue 130

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

Shades of Matisse #325E82

Tints of Matisse #325E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.31%

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

R = 18.25%
G = 34.31%
B = 47.45%

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

#325E82 (or 0x325E82) is known color: Matisse. HEX triplet: 32, 5E and 82. RGB value is (50,94,130). Sum of RGB (Red+Green+Blue) = 50+94+130=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #325E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E82 is #CDA17D. Grayscale: #545454. Windows color (decimal): -13476222 or 8543794. OLE color: 8543794.

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

Color convert

RGB 50 94 130 -
CMYK 0.62 0.28 0 0.49
HSL 207º 0.44% 0.35% -
HSV(B) 207º 0.62% 0.51% -
XYZ 9.35 10.3 22.61 -
YUV 84.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 50 94 130 0.62 0.28 0 0.49 207 0.44 0.35
Hex 32 5E 82 3E 1C 0 31 CF 2C 23
Octal 62 136 202 76 34 0 61 317 54 43
Binary 110010 1011110 10000010 111110 11100 0 110001 11001111 101100 100011

Color Harmonies of #325E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E82

Black with #325E82

Text Example


Text Example

White with #325E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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