#3A566F

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

Shades of Matisse #3A566F

Tints of Matisse #3A566F

Color information

#3A566F (or 0x3A566F) is unknown color: approx Matisse. HEX triplet: 3A, 56 and 6F. RGB value is (58,86,111). Sum of RGB (Red+Green+Blue) = 58+86+111=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A566F is #C5A990. Grayscale: #505050. Windows color (decimal): -12954001 or 7296570. OLE color: 7296570.

HSL color Cylindrical-coordinate representation of color #3A566F: hue angle of 208.3º degrees, saturation: 0.31, 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 #3A566F is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5886111-
CMYK0.480.2300.56
HSL208.3º31.36%33.14%-
HSV(B)208.3º47.75%43.53%-
XYZ7.948.716.3-
YUV80.48145.22111.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.75%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 111 (43.75% from 255) = 43.53%
R=22.75%
G=33.73%
B=43.53%

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
Decimal58861110.480.2300.56208.331.3633.14
Hex3A566F3017038d01f21
Octal7212615760270703203741
Binary111010101011011011111100001011101110001101000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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