Html Css Color HEX #325D7D Matisse

📋 copy color: '#325D7D'

red 50 ◦ green 93 ◦ blue 125

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

Shades of Matisse #325D7D

Tints of Matisse #325D7D

RGB

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

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

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

R = 18.66%
G = 34.7%
B = 46.64%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#325D7D (or 0x325D7D) is known color: Matisse. HEX triplet: 32, 5D and 7D. RGB value is (50,93,125). Sum of RGB (Red+Green+Blue) = 50+93+125=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #325D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D7D is #CDA282. Grayscale: #535353. Windows color (decimal): -13476483 or 8215858. OLE color: 8215858.

HSL color Cylindrical-coordinate representation of color #325D7D: hue angle of 205.6º 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 #325D7D is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 93 125 -
CMYK 0.60 0.26 0 0.51
HSL 205.6º 0.43% 0.34% -
HSV(B) 205.6º 0.6% 0.49% -
XYZ 8.93 9.99 20.86 -
YUV 83.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 50 93 125 0.60 0.26 0 0.51 205.6 0.43 0.34
Hex 32 5D 7D 3C 1A 0 33 CE 2B 22
Octal 62 135 175 74 32 0 63 316 53 42
Binary 110010 1011101 1111101 111100 11010 0 110011 11001110 101011 100010

Color Harmonies of #325D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D7D

Black with #325D7D

Text Example


Text Example

White with #325D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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