#3C5670

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

Shades of Matisse #3C5670

Tints of Matisse #3C5670

Color information

#3C5670 (or 0x3C5670) is unknown color: approx Matisse. HEX triplet: 3C, 56 and 70. RGB value is (60,86,112). Sum of RGB (Red+Green+Blue) = 60+86+112=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5670 is #C3A98F. Grayscale: #515151. Windows color (decimal): -12822928 or 7362108. OLE color: 7362108.

HSL color Cylindrical-coordinate representation of color #3C5670: hue angle of 210º 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 #3C5670 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6086112-
CMYK0.460.2300.56
HSL210º30.23%33.73%-
HSV(B)210º46.43%43.92%-
XYZ8.128.7916.6-
YUV81.19145.39112.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=23.26%
G=33.33%
B=43.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60861120.460.2300.5621030.2333.73
Hex3C56702E17038d21e22
Octal7412616056270703223642
Binary111100101011011100001011101011101110001101001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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