#3C5870

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

Shades of Matisse #3C5870

Tints of Matisse #3C5870

Color information

#3C5870 (or 0x3C5870) is unknown color: approx Matisse. HEX triplet: 3C, 58 and 70. RGB value is (60,88,112). Sum of RGB (Red+Green+Blue) = 60+88+112=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5870 is #C3A78F. Grayscale: #525252. Windows color (decimal): -12822416 or 7362620. OLE color: 7362620.

HSL color Cylindrical-coordinate representation of color #3C5870: hue angle of 207.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C5870 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6088112-
CMYK0.460.2100.56
HSL207.69º30.23%33.73%-
HSV(B)207.69º46.43%43.92%-
XYZ8.289.1116.65-
YUV82.36144.72112.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.08%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=23.08%
G=33.85%
B=43.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60881120.460.2100.56207.6930.2333.73
Hex3C58702E15038d01e22
Octal7413016056250703203642
Binary111100101100011100001011101010101110001101000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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