Html Css Color HEX #325C7F Matisse

📋 copy color: '#325C7F'

red 50 ◦ green 92 ◦ blue 127

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

Shades of Matisse #325C7F

Tints of Matisse #325C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

 BLUE value IS 127 (50% from 255) = 47.21%

R = 18.59%
G = 34.2%
B = 47.21%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#325C7F (or 0x325C7F) is known color: Matisse. HEX triplet: 32, 5C and 7F. RGB value is (50,92,127). Sum of RGB (Red+Green+Blue) = 50+92+127=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #325C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C7F is #CDA380. Grayscale: #535353. Windows color (decimal): -13476737 or 8346674. OLE color: 8346674.

HSL color Cylindrical-coordinate representation of color #325C7F: hue angle of 207.27º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325C7F is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 92 127 -
CMYK 0.61 0.28 0 0.50
HSL 207.27º 0.44% 0.35% -
HSV(B) 207.27º 0.61% 0.5% -
XYZ 8.97 9.86 21.51 -
YUV 83.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 50 92 127 0.61 0.28 0 0.50 207.27 0.44 0.35
Hex 32 5C 7F 3D 1C 0 32 CF 2C 23
Octal 62 134 177 75 34 0 62 317 54 43
Binary 110010 1011100 1111111 111101 11100 0 110010 11001111 101100 100011

Color Harmonies of #325C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C7F

Black with #325C7F

Text Example


Text Example

White with #325C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,92,127); }

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

background-color css

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

 a { background-color: rgb(50,92,127); }

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

border-color css

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

 span { border-color: rgb(50,92,127); }

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