#395F82

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

Shades of Matisse #395F82

Tints of Matisse #395F82

Color information

#395F82 (or 0x395F82) is unknown color: approx Matisse. HEX triplet: 39, 5F and 82. RGB value is (57,95,130). Sum of RGB (Red+Green+Blue) = 57+95+130=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #395F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F82 is #C6A07D. Grayscale: #575757. Windows color (decimal): -13017214 or 8544057. OLE color: 8544057.

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

Color convert

RGB5795130-
CMYK0.560.2700.49
HSL208.77º39.04%36.67%-
HSV(B)208.77º56.15%50.98%-
XYZ9.8110.6722.66-
YUV87.63151.91106.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=20.21%
G=33.69%
B=46.10%

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
Decimal57951300.560.2700.49208.7739.0436.67
Hex395F82381B031d12725
Octal7113720270330613214745
Binary11100110111111000001011100011011011000111010001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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