#3C587C

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

Shades of Matisse #3C587C

Tints of Matisse #3C587C

Color information

#3C587C (or 0x3C587C) is unknown color: approx Matisse. HEX triplet: 3C, 58 and 7C. RGB value is (60,88,124). Sum of RGB (Red+Green+Blue) = 60+88+124=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C587C is #C3A783. Grayscale: #535353. Windows color (decimal): -12822404 or 8149052. OLE color: 8149052.

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

Color convert

RGB6088124-
CMYK0.520.2900.51
HSL213.75º34.78%36.08%-
HSV(B)213.75º51.61%48.63%-
XYZ8.999.420.41-
YUV83.73150.72111.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=22.06%
G=32.35%
B=45.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60881240.520.2900.51213.7534.7836.08
Hex3C587C341D033d62324
Octal7413017464350633264344
Binary1111001011000111110011010011101011001111010110100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,88,124); }

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

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

 a { background-color: rgb(60,88,124); }

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

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

 span { border-color: rgb(60,88,124); }

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