#3A5470

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

Shades of Matisse #3A5470

Tints of Matisse #3A5470

Color information

#3A5470 (or 0x3A5470) is unknown color: approx Matisse. HEX triplet: 3A, 54 and 70. RGB value is (58,84,112). Sum of RGB (Red+Green+Blue) = 58+84+112=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5470 is #C5AB8F. Grayscale: #4F4F4F. Windows color (decimal): -12954512 or 7361594. OLE color: 7361594.

HSL color Cylindrical-coordinate representation of color #3A5470: hue angle of 211.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5470 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5884112-
CMYK0.480.2500.56
HSL211.11º31.76%33.33%-
HSV(B)211.11º48.21%43.92%-
XYZ7.848.4116.54-
YUV79.42146.39112.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=22.83%
G=33.07%
B=44.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58841120.480.2500.56211.1131.7633.33
Hex3A54703019038d32021
Octal7212416060310703234041
Binary1110101010100111000011000011001011100011010011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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