#3B6084

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

Shades of Matisse #3B6084

Tints of Matisse #3B6084

Color information

#3B6084 (or 0x3B6084) is unknown color: approx Matisse. HEX triplet: 3B, 60 and 84. RGB value is (59,96,132). Sum of RGB (Red+Green+Blue) = 59+96+132=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B6084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6084 is #C49F7B. Grayscale: #585858. Windows color (decimal): -12885884 or 8675387. OLE color: 8675387.

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

Color convert

RGB5996132-
CMYK0.550.2700.48
HSL209.59º38.22%37.45%-
HSV(B)209.59º55.3%51.76%-
XYZ10.1510.9623.41-
YUV89.04152.24106.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=20.56%
G=33.45%
B=45.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59961320.550.2700.48209.5938.2237.45
Hex3B6084371B030d22625
Octal7314020467330603224645
Binary11101111000001000010011011111011011000011010010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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