#3A5670

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

Shades of Matisse #3A5670

Tints of Matisse #3A5670

Color information

#3A5670 (or 0x3A5670) is unknown color: approx Matisse. HEX triplet: 3A, 56 and 70. RGB value is (58,86,112). Sum of RGB (Red+Green+Blue) = 58+86+112=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5670 is #C5A98F. Grayscale: #505050. Windows color (decimal): -12954000 or 7362106. OLE color: 7362106.

HSL color Cylindrical-coordinate representation of color #3A5670: hue angle of 208.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5670 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5886112-
CMYK0.480.2300.56
HSL208.89º31.76%33.33%-
HSV(B)208.89º48.21%43.92%-
XYZ88.7216.59-
YUV80.59145.72111.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.66%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=22.66%
G=33.59%
B=43.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58861120.480.2300.56208.8931.7633.33
Hex3A56703017038d12021
Octal7212616060270703214041
Binary1110101010110111000011000010111011100011010001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,86,112); }

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

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

 a { background-color: rgb(58,86,112); }

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

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

 span { border-color: rgb(58,86,112); }

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