#3C647A

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

Shades of Matisse #3C647A

Tints of Matisse #3C647A

Color information

#3C647A (or 0x3C647A) is unknown color: approx Matisse. HEX triplet: 3C, 64 and 7A. RGB value is (60,100,122). Sum of RGB (Red+Green+Blue) = 60+100+122=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C647A is #C39B85. Grayscale: #5A5A5A. Windows color (decimal): -12819334 or 8021052. OLE color: 8021052.

HSL color Cylindrical-coordinate representation of color #3C647A: hue angle of 201.29º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C647A is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB60100122-
CMYK0.510.1800.52
HSL201.29º34.07%35.69%-
HSV(B)201.29º50.82%47.84%-
XYZ9.9311.4820.1-
YUV90.55145.75106.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=21.28%
G=35.46%
B=43.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal601001220.510.1800.52201.2934.0735.69
Hex3C647A3312034c92224
Octal7414417263220643114244
Binary1111001100100111101011001110010011010011001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,100,122); }

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

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

 a { background-color: rgb(60,100,122); }

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

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

 span { border-color: rgb(60,100,122); }

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