#3C5974

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

Shades of Matisse #3C5974

Tints of Matisse #3C5974

Color information

#3C5974 (or 0x3C5974) is unknown color: approx Matisse. HEX triplet: 3C, 59 and 74. RGB value is (60,89,116). Sum of RGB (Red+Green+Blue) = 60+89+116=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C5974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5974 is #C3A68B. Grayscale: #535353. Windows color (decimal): -12822156 or 7625020. OLE color: 7625020.

HSL color Cylindrical-coordinate representation of color #3C5974: hue angle of 208.93º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5974 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6089116-
CMYK0.480.2300.55
HSL208.93º31.82%34.51%-
HSV(B)208.93º48.28%45.49%-
XYZ8.599.3717.88-
YUV83.41146.39111.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=22.64%
G=33.58%
B=43.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60891160.480.2300.55208.9331.8234.51
Hex3C59743017037d12023
Octal7413116460270673214043
Binary1111001011001111010011000010111011011111010001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,89,116); }

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

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

 a { background-color: rgb(60,89,116); }

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

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

 span { border-color: rgb(60,89,116); }

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