#3C5A76

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

Shades of Matisse #3C5A76

Tints of Matisse #3C5A76

Color information

#3C5A76 (or 0x3C5A76) is unknown color: approx Matisse. HEX triplet: 3C, 5A and 76. RGB value is (60,90,118). Sum of RGB (Red+Green+Blue) = 60+90+118=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C5A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5A76 is #C3A589. Grayscale: #545454. Windows color (decimal): -12821898 or 7756348. OLE color: 7756348.

HSL color Cylindrical-coordinate representation of color #3C5A76: hue angle of 208.97º 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 #3C5A76 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6090118-
CMYK0.490.2400.54
HSL208.97º32.58%34.9%-
HSV(B)208.97º49.15%46.27%-
XYZ8.799.5818.53-
YUV84.22147.06110.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=22.39%
G=33.58%
B=44.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60901180.490.2400.54208.9732.5834.9
Hex3C5A763118036d12123
Octal7413216661300663214143
Binary1111001011010111011011000111000011011011010001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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