#3C5672

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

Shades of Matisse #3C5672

Tints of Matisse #3C5672

Color information

#3C5672 (or 0x3C5672) is unknown color: approx Matisse. HEX triplet: 3C, 56 and 72. RGB value is (60,86,114). Sum of RGB (Red+Green+Blue) = 60+86+114=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C5672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5672 is #C3A98D. Grayscale: #515151. Windows color (decimal): -12822926 or 7493180. OLE color: 7493180.

HSL color Cylindrical-coordinate representation of color #3C5672: hue angle of 211.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C5672 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6086114-
CMYK0.470.2500.55
HSL211.11º31.03%34.12%-
HSV(B)211.11º47.37%44.71%-
XYZ8.238.8317.19-
YUV81.42146.39112.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.08%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=23.08%
G=33.08%
B=43.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60861140.470.2500.55211.1131.0334.12
Hex3C56722F19037d31f22
Octal7412616257310673233742
Binary111100101011011100101011111100101101111101001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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