#3B618D

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

Shades of Matisse #3B618D

Tints of Matisse #3B618D

Color information

#3B618D (or 0x3B618D) is unknown color: approx Matisse. HEX triplet: 3B, 61 and 8D. RGB value is (59,97,141). Sum of RGB (Red+Green+Blue) = 59+97+141=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B618D is #C49E72. Grayscale: #5A5A5A. Windows color (decimal): -12885619 or 9265467. OLE color: 9265467.

HSL color Cylindrical-coordinate representation of color #3B618D: hue angle of 212.2º 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 #3B618D is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5997141-
CMYK0.580.3100.45
HSL212.2º41%39.22%-
HSV(B)212.2º58.16%55.29%-
XYZ10.8911.426.83-
YUV90.65156.41105.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=19.87%
G=32.66%
B=47.47%

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
Decimal59971410.580.3100.45212.24139.22
Hex3B618D3A1F02Dd42927
Octal7314121572370553245147
Binary11101111000011000110111101011111010110111010100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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