#3B6383

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

Shades of Matisse #3B6383

Tints of Matisse #3B6383

Color information

#3B6383 (or 0x3B6383) is unknown color: approx Matisse. HEX triplet: 3B, 63 and 83. RGB value is (59,99,131). Sum of RGB (Red+Green+Blue) = 59+99+131=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B6383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6383 is #C49C7C. Grayscale: #5A5A5A. Windows color (decimal): -12885117 or 8610619. OLE color: 8610619.

HSL color Cylindrical-coordinate representation of color #3B6383: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B6383 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5999131-
CMYK0.550.2400.49
HSL206.67º37.89%37.25%-
HSV(B)206.67º54.96%51.37%-
XYZ10.3611.4923.14-
YUV90.69150.75105.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 131 (51.56% from 255) = 45.33%
R=20.42%
G=34.26%
B=45.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59991310.550.2400.49206.6737.8937.25
Hex3B63833718031cf2625
Octal7314320367300613174645
Binary11101111000111000001111011111000011000111001111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,131); }

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

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

 a { background-color: rgb(59,99,131); }

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

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

 span { border-color: rgb(59,99,131); }

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