#3C5876

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

Shades of Matisse #3C5876

Tints of Matisse #3C5876

Color information

#3C5876 (or 0x3C5876) is unknown color: approx Matisse. HEX triplet: 3C, 58 and 76. RGB value is (60,88,118). Sum of RGB (Red+Green+Blue) = 60+88+118=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C5876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5876 is #C3A789. Grayscale: #525252. Windows color (decimal): -12822410 or 7755836. OLE color: 7755836.

HSL color Cylindrical-coordinate representation of color #3C5876: hue angle of 211.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C5876 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6088118-
CMYK0.490.2500.54
HSL211.03º32.58%34.9%-
HSV(B)211.03º49.15%46.27%-
XYZ8.629.2518.47-
YUV83.05147.72111.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=22.56%
G=33.08%
B=44.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60881180.490.2500.54211.0332.5834.9
Hex3C58763119036d32123
Octal7413016661310663234143
Binary1111001011000111011011000111001011011011010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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