#395D82

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

Shades of Matisse #395D82

Tints of Matisse #395D82

Color information

#395D82 (or 0x395D82) is unknown color: approx Matisse. HEX triplet: 39, 5D and 82. RGB value is (57,93,130). Sum of RGB (Red+Green+Blue) = 57+93+130=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #395D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395D82 is #C6A27D. Grayscale: #565656. Windows color (decimal): -13017726 or 8543545. OLE color: 8543545.

HSL color Cylindrical-coordinate representation of color #395D82: hue angle of 210.41º 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 #395D82 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5793130-
CMYK0.560.2800.49
HSL210.41º39.04%36.67%-
HSV(B)210.41º56.15%50.98%-
XYZ9.6310.3122.6-
YUV86.45152.57106.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=20.36%
G=33.21%
B=46.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57931300.560.2800.49210.4139.0436.67
Hex395D82381C031d22725
Octal7113520270340613224745
Binary11100110111011000001011100011100011000111010010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395D82; }

 p { color: rgb(57,93,130); }

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

<style>
 a { background-color: #395D82; }

 a { background-color: rgb(57,93,130); }

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

<style>
 span { border-color: #395D82; }

 span { border-color: rgb(57,93,130); }

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