#3B6488

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

Shades of Matisse #3B6488

Tints of Matisse #3B6488

Color information

#3B6488 (or 0x3B6488) is unknown color: approx Matisse. HEX triplet: 3B, 64 and 88. RGB value is (59,100,136). Sum of RGB (Red+Green+Blue) = 59+100+136=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B6488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6488 is #C49B77. Grayscale: #5B5B5B. Windows color (decimal): -12884856 or 8938555. OLE color: 8938555.

HSL color Cylindrical-coordinate representation of color #3B6488: hue angle of 208.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B6488 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB59100136-
CMYK0.570.2600.47
HSL208.05º39.49%38.24%-
HSV(B)208.05º56.62%53.33%-
XYZ10.811.8225-
YUV91.84152.92104.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=20%
G=33.90%
B=46.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591001360.570.2600.47208.0539.4938.24
Hex3B6488391A02Fd02726
Octal7314421071320573204746
Binary11101111001001000100011100111010010111111010000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,100,136); }

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

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

 a { background-color: rgb(59,100,136); }

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

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

 span { border-color: rgb(59,100,136); }

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