#3C5677

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

Shades of Matisse #3C5677

Tints of Matisse #3C5677

Color information

#3C5677 (or 0x3C5677) is unknown color: approx Matisse. HEX triplet: 3C, 56 and 77. RGB value is (60,86,119). Sum of RGB (Red+Green+Blue) = 60+86+119=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C5677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5677 is #C3A988. Grayscale: #515151. Windows color (decimal): -12822921 or 7820860. OLE color: 7820860.

HSL color Cylindrical-coordinate representation of color #3C5677: hue angle of 213.56º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C5677 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6086119-
CMYK0.500.2800.53
HSL213.56º32.96%35.1%-
HSV(B)213.56º49.58%46.67%-
XYZ8.528.9518.73-
YUV81.99148.89112.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=22.64%
G=32.45%
B=44.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60861190.500.2800.53213.5632.9635.1
Hex3C5677321C035d62123
Octal7412616762340653264143
Binary1111001010110111011111001011100011010111010110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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