#325F7B

Color #325F7B Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #325F7B

Tints of Matisse #325F7B

Color information

#325F7B (or 0x325F7B) is unknown color: approx Matisse. HEX triplet: 32, 5F and 7B. RGB value is (50,95,123). Sum of RGB (Red+Green+Blue) = 50+95+123=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #325F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F7B is #CDA084. Grayscale: #545454. Windows color (decimal): -13475973 or 8085298. OLE color: 8085298.

HSL color Cylindrical-coordinate representation of color #325F7B: hue angle of 203.01º 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 #325F7B is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5095123-
CMYK0.590.2300.52
HSL203.01º42.2%33.92%-
HSV(B)203.01º59.35%48.24%-
XYZ8.9810.2920.25-
YUV84.74149.59103.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=18.66%
G=35.45%
B=45.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50951230.590.2300.52203.0142.233.92
Hex325F7B3B17034cb2a22
Octal6213717373270643135242
Binary1100101011111111101111101110111011010011001011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,123); }

 H1.HeaderClassName
 {
   color: #325F7B;
 }
 .AnyTagClassName
 {
   color: #325F7B;
 }
</style>
background-color css

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

 a { background-color: rgb(50,95,123); }

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

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

 span { border-color: rgb(50,95,123); }

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