Html Css Color HEX #325B7D Matisse

📋 copy color: '#325B7D'

red 50 ◦ green 91 ◦ blue 125

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

Shades of Matisse #325B7D

Tints of Matisse #325B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.21%

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 18.8%
G = 34.21%
B = 46.99%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#325B7D (or 0x325B7D) is known color: Matisse. HEX triplet: 32, 5B and 7D. RGB value is (50,91,125). Sum of RGB (Red+Green+Blue) = 50+91+125=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #325B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B7D is #CDA482. Grayscale: #525252. Windows color (decimal): -13476995 or 8215346. OLE color: 8215346.

HSL color Cylindrical-coordinate representation of color #325B7D: hue angle of 207.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #325B7D is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 91 125 -
CMYK 0.60 0.27 0 0.51
HSL 207.2º 0.43% 0.34% -
HSV(B) 207.2º 0.6% 0.49% -
XYZ 8.76 9.64 20.8 -
YUV 82.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 50 91 125 0.60 0.27 0 0.51 207.2 0.43 0.34
Hex 32 5B 7D 3C 1B 0 33 CF 2B 22
Octal 62 133 175 74 33 0 63 317 53 42
Binary 110010 1011011 1111101 111100 11011 0 110011 11001111 101011 100010

Color Harmonies of #325B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B7D

Black with #325B7D

Text Example


Text Example

White with #325B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,125); }

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

background-color css

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

 a { background-color: rgb(50,91,125); }

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

border-color css

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

 span { border-color: rgb(50,91,125); }

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