#3C617A

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

Shades of Matisse #3C617A

Tints of Matisse #3C617A

Color information

#3C617A (or 0x3C617A) is unknown color: approx Matisse. HEX triplet: 3C, 61 and 7A. RGB value is (60,97,122). Sum of RGB (Red+Green+Blue) = 60+97+122=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C617A is #C39E85. Grayscale: #585858. Windows color (decimal): -12820102 or 8020284. OLE color: 8020284.

HSL color Cylindrical-coordinate representation of color #3C617A: hue angle of 204.19º 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 #3C617A is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6097122-
CMYK0.510.2000.52
HSL204.19º34.07%35.69%-
HSV(B)204.19º50.82%47.84%-
XYZ9.6510.9220.01-
YUV88.79146.74107.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.51%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=21.51%
G=34.77%
B=43.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60971220.510.2000.52204.1934.0735.69
Hex3C617A3314034cc2224
Octal7414117263240643144244
Binary1111001100001111101011001110100011010011001100100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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