#3A5472

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

Shades of Matisse #3A5472

Tints of Matisse #3A5472

Color information

#3A5472 (or 0x3A5472) is unknown color: approx Matisse. HEX triplet: 3A, 54 and 72. RGB value is (58,84,114). Sum of RGB (Red+Green+Blue) = 58+84+114=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A5472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5472 is #C5AB8D. Grayscale: #4F4F4F. Windows color (decimal): -12954510 or 7492666. OLE color: 7492666.

HSL color Cylindrical-coordinate representation of color #3A5472: hue angle of 212.14º 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 #3A5472 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5884114-
CMYK0.490.2600.55
HSL212.14º32.56%33.73%-
HSV(B)212.14º49.12%44.71%-
XYZ7.958.4617.13-
YUV79.65147.39112.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.66%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=22.66%
G=32.81%
B=44.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58841140.490.2600.55212.1432.5633.73
Hex3A5472311A037d42122
Octal7212416261320673244142
Binary1110101010100111001011000111010011011111010100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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