#3B618C

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

Shades of Matisse #3B618C

Tints of Matisse #3B618C

Color information

#3B618C (or 0x3B618C) is unknown color: approx Matisse. HEX triplet: 3B, 61 and 8C. RGB value is (59,97,140). Sum of RGB (Red+Green+Blue) = 59+97+140=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B618C is #C49E73. Grayscale: #5A5A5A. Windows color (decimal): -12885620 or 9199931. OLE color: 9199931.

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

Color convert

RGB5997140-
CMYK0.580.3100.45
HSL211.85º40.7%39.02%-
HSV(B)211.85º57.86%54.9%-
XYZ10.8111.3726.44-
YUV90.54155.91105.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.93%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=19.93%
G=32.77%
B=47.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59971400.580.3100.45211.8540.739.02
Hex3B618C3A1F02Dd42927
Octal7314121472370553245147
Binary11101111000011000110011101011111010110111010100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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