#3A627C

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

Shades of Matisse #3A627C

Tints of Matisse #3A627C

Color information

#3A627C (or 0x3A627C) is unknown color: approx Matisse. HEX triplet: 3A, 62 and 7C. RGB value is (58,98,124). Sum of RGB (Red+Green+Blue) = 58+98+124=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A627C is #C59D83. Grayscale: #585858. Windows color (decimal): -12950916 or 8151610. OLE color: 8151610.

HSL color Cylindrical-coordinate representation of color #3A627C: hue angle of 203.64º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A627C is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5898124-
CMYK0.530.2100.51
HSL203.64º36.26%35.69%-
HSV(B)203.64º53.23%48.63%-
XYZ9.7511.0920.7-
YUV89147.75105.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=20.71%
G=35%
B=44.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58981240.530.2100.51203.6436.2635.69
Hex3A627C3515033cc2424
Octal7214217465250633144444
Binary1110101100010111110011010110101011001111001100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,98,124); }

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

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

 a { background-color: rgb(58,98,124); }

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

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

 span { border-color: rgb(58,98,124); }

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