#3C587A

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

Shades of Matisse #3C587A

Tints of Matisse #3C587A

Color information

#3C587A (or 0x3C587A) is unknown color: approx Matisse. HEX triplet: 3C, 58 and 7A. RGB value is (60,88,122). Sum of RGB (Red+Green+Blue) = 60+88+122=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C587A is #C3A785. Grayscale: #535353. Windows color (decimal): -12822406 or 8017980. OLE color: 8017980.

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

Color convert

RGB6088122-
CMYK0.510.2800.52
HSL212.9º34.07%35.69%-
HSV(B)212.9º50.82%47.84%-
XYZ8.879.3519.75-
YUV83.5149.72111.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.22%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=22.22%
G=32.59%
B=45.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60881220.510.2800.52212.934.0735.69
Hex3C587A331C034d52224
Octal7413017263340643254244
Binary1111001011000111101011001111100011010011010101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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