#3A5F83

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

Shades of Matisse #3A5F83

Tints of Matisse #3A5F83

Color information

#3A5F83 (or 0x3A5F83) is unknown color: approx Matisse. HEX triplet: 3A, 5F and 83. RGB value is (58,95,131). Sum of RGB (Red+Green+Blue) = 58+95+131=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A5F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5F83 is #C5A07C. Grayscale: #575757. Windows color (decimal): -12951677 or 8609594. OLE color: 8609594.

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

Color convert

RGB5895131-
CMYK0.560.2700.49
HSL209.59º38.62%37.06%-
HSV(B)209.59º55.73%51.37%-
XYZ9.9310.7223.02-
YUV88.04152.24106.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=20.42%
G=33.45%
B=46.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58951310.560.2700.49209.5938.6237.06
Hex3A5F83381B031d22725
Octal7213720370330613224745
Binary11101010111111000001111100011011011000111010010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,95,131); }

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

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

 a { background-color: rgb(58,95,131); }

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

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

 span { border-color: rgb(58,95,131); }

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