#3B608B

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

Shades of Matisse #3B608B

Tints of Matisse #3B608B

Color information

#3B608B (or 0x3B608B) is unknown color: approx Matisse. HEX triplet: 3B, 60 and 8B. RGB value is (59,96,139). Sum of RGB (Red+Green+Blue) = 59+96+139=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B608B is #C49F74. Grayscale: #595959. Windows color (decimal): -12885877 or 9134139. OLE color: 9134139.

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

Color convert

RGB5996139-
CMYK0.580.3100.45
HSL212.25º40.4%38.82%-
HSV(B)212.25º57.55%54.51%-
XYZ10.6511.1626.02-
YUV89.84155.74106-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.07%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=20.07%
G=32.65%
B=47.28%

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
Decimal59961390.580.3100.45212.2540.438.82
Hex3B608B3A1F02Dd42827
Octal7314021372370553245047
Binary11101111000001000101111101011111010110111010100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,139); }

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

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

 a { background-color: rgb(59,96,139); }

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

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

 span { border-color: rgb(59,96,139); }

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