#3A618C

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

Shades of Matisse #3A618C

Tints of Matisse #3A618C

Color information

#3A618C (or 0x3A618C) is unknown color: approx Matisse. HEX triplet: 3A, 61 and 8C. RGB value is (58,97,140). Sum of RGB (Red+Green+Blue) = 58+97+140=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A618C is #C59E73. Grayscale: #5A5A5A. Windows color (decimal): -12951156 or 9199930. OLE color: 9199930.

HSL color Cylindrical-coordinate representation of color #3A618C: hue angle of 211.46º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A618C is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5897140-
CMYK0.590.3100.45
HSL211.46º41.41%38.82%-
HSV(B)211.46º58.57%54.9%-
XYZ10.7511.3426.43-
YUV90.24156.08105-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=19.66%
G=32.88%
B=47.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58971400.590.3100.45211.4641.4138.82
Hex3A618C3B1F02Dd32927
Octal7214121473370553235147
Binary11101011000011000110011101111111010110111010011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,140); }

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

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

 a { background-color: rgb(58,97,140); }

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

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

 span { border-color: rgb(58,97,140); }

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