Html Css Color HEX #325D7A Matisse

📋 copy color: '#325D7A'

red 50 ◦ green 93 ◦ blue 122

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

Shades of Matisse #325D7A

Tints of Matisse #325D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.04%

R = 18.87%
G = 35.09%
B = 46.04%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#325D7A (or 0x325D7A) is known color: Matisse. HEX triplet: 32, 5D and 7A. RGB value is (50,93,122). Sum of RGB (Red+Green+Blue) = 50+93+122=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #325D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D7A is #CDA285. Grayscale: #535353. Windows color (decimal): -13476486 or 8019250. OLE color: 8019250.

HSL color Cylindrical-coordinate representation of color #325D7A: hue angle of 204.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325D7A is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 93 122 -
CMYK 0.59 0.24 0 0.52
HSL 204.17º 0.42% 0.34% -
HSV(B) 204.17º 0.59% 0.48% -
XYZ 8.74 9.91 19.86 -
YUV 83.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 50 93 122 0.59 0.24 0 0.52 204.17 0.42 0.34
Hex 32 5D 7A 3B 18 0 34 CC 2A 22
Octal 62 135 172 73 30 0 64 314 52 42
Binary 110010 1011101 1111010 111011 11000 0 110100 11001100 101010 100010

Color Harmonies of #325D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D7A

Black with #325D7A

Text Example


Text Example

White with #325D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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