#325A7A

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

Shades of Matisse #325A7A

Tints of Matisse #325A7A

Color information

#325A7A (or 0x325A7A) is unknown color: approx Matisse. HEX triplet: 32, 5A and 7A. RGB value is (50,90,122). Sum of RGB (Red+Green+Blue) = 50+90+122=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #325A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A7A is #CDA585. Grayscale: #515151. Windows color (decimal): -13477254 or 8018482. OLE color: 8018482.

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

Color convert

RGB5090122-
CMYK0.590.2600.52
HSL206.67º41.86%33.73%-
HSV(B)206.67º59.02%47.84%-
XYZ8.489.419.78-
YUV81.69150.75105.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=19.08%
G=34.35%
B=46.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50901220.590.2600.52206.6741.8633.73
Hex325A7A3B1A034cf2a22
Octal6213217273320643175242
Binary1100101011010111101011101111010011010011001111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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