#3B6584

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

Shades of Matisse #3B6584

Tints of Matisse #3B6584

Color information

#3B6584 (or 0x3B6584) is unknown color: approx Matisse. HEX triplet: 3B, 65 and 84. RGB value is (59,101,132). Sum of RGB (Red+Green+Blue) = 59+101+132=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B6584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6584 is #C49A7B. Grayscale: #5B5B5B. Windows color (decimal): -12884604 or 8676667. OLE color: 8676667.

HSL color Cylindrical-coordinate representation of color #3B6584: hue angle of 205.48º 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 #3B6584 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB59101132-
CMYK0.550.2300.48
HSL205.48º38.22%37.45%-
HSV(B)205.48º55.3%51.76%-
XYZ10.6211.923.57-
YUV91.98150.59104.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=20.21%
G=34.59%
B=45.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591011320.550.2300.48205.4838.2237.45
Hex3B65843717030cd2625
Octal7314520467270603154645
Binary11101111001011000010011011110111011000011001101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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