#3A6481

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

Shades of Matisse #3A6481

Tints of Matisse #3A6481

Color information

#3A6481 (or 0x3A6481) is unknown color: approx Matisse. HEX triplet: 3A, 64 and 81. RGB value is (58,100,129). Sum of RGB (Red+Green+Blue) = 58+100+129=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A6481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6481 is #C59B7E. Grayscale: #5A5A5A. Windows color (decimal): -12950399 or 8479802. OLE color: 8479802.

HSL color Cylindrical-coordinate representation of color #3A6481: hue angle of 204.51º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A6481 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB58100129-
CMYK0.550.2200.49
HSL204.51º37.97%36.67%-
HSV(B)204.51º55.04%50.59%-
XYZ10.2611.622.47-
YUV90.75149.59104.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=20.21%
G=34.84%
B=44.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581001290.550.2200.49204.5137.9736.67
Hex3A64813716031cd2625
Octal7214420167260613154645
Binary11101011001001000000111011110110011000111001101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,100,129); }

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

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

 a { background-color: rgb(58,100,129); }

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

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

 span { border-color: rgb(58,100,129); }

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