#3B587B

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

Shades of Matisse #3B587B

Tints of Matisse #3B587B

Color information

#3B587B (or 0x3B587B) is unknown color: approx Matisse. HEX triplet: 3B, 58 and 7B. RGB value is (59,88,123). Sum of RGB (Red+Green+Blue) = 59+88+123=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B587B is #C4A784. Grayscale: #535353. Windows color (decimal): -12887941 or 8083515. OLE color: 8083515.

HSL color Cylindrical-coordinate representation of color #3B587B: hue angle of 212.81º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B587B is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5988123-
CMYK0.520.2800.52
HSL212.81º35.16%35.69%-
HSV(B)212.81º52.03%48.24%-
XYZ8.879.3420.07-
YUV83.32150.39110.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.85%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=21.85%
G=32.59%
B=45.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59881230.520.2800.52212.8135.1635.69
Hex3B587B341C034d52324
Octal7313017364340643254344
Binary1110111011000111101111010011100011010011010101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,123); }

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

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

 a { background-color: rgb(59,88,123); }

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

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

 span { border-color: rgb(59,88,123); }

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