#3A5572

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

Shades of Matisse #3A5572

Tints of Matisse #3A5572

Color information

#3A5572 (or 0x3A5572) is unknown color: approx Matisse. HEX triplet: 3A, 55 and 72. RGB value is (58,85,114). Sum of RGB (Red+Green+Blue) = 58+85+114=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A5572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5572 is #C5AA8D. Grayscale: #505050. Windows color (decimal): -12954254 or 7492922. OLE color: 7492922.

HSL color Cylindrical-coordinate representation of color #3A5572: hue angle of 211.07º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A5572 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5885114-
CMYK0.490.2500.55
HSL211.07º32.56%33.73%-
HSV(B)211.07º49.12%44.71%-
XYZ8.038.6117.16-
YUV80.23147.05112.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.57%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=22.57%
G=33.07%
B=44.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58851140.490.2500.55211.0732.5633.73
Hex3A55723119037d32122
Octal7212516261310673234142
Binary1110101010101111001011000111001011011111010011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5572; }

 p { color: rgb(58,85,114); }

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

<style>
 a { background-color: #3A5572; }

 a { background-color: rgb(58,85,114); }

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

<style>
 span { border-color: #3A5572; }

 span { border-color: rgb(58,85,114); }

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