#3C5877

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

Shades of Matisse #3C5877

Tints of Matisse #3C5877

Color information

#3C5877 (or 0x3C5877) is unknown color: approx Matisse. HEX triplet: 3C, 58 and 77. RGB value is (60,88,119). Sum of RGB (Red+Green+Blue) = 60+88+119=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C5877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5877 is #C3A788. Grayscale: #535353. Windows color (decimal): -12822409 or 7821372. OLE color: 7821372.

HSL color Cylindrical-coordinate representation of color #3C5877: hue angle of 211.53º 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 #3C5877 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6088119-
CMYK0.500.2600.53
HSL211.53º32.96%35.1%-
HSV(B)211.53º49.58%46.67%-
XYZ8.689.2718.78-
YUV83.16148.22111.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=22.47%
G=32.96%
B=44.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60881190.500.2600.53211.5332.9635.1
Hex3C5877321A035d42123
Octal7413016762320653244143
Binary1111001011000111011111001011010011010111010100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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