#395B7C

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

Shades of Matisse #395B7C

Tints of Matisse #395B7C

Color information

#395B7C (or 0x395B7C) is unknown color: approx Matisse. HEX triplet: 39, 5B and 7C. RGB value is (57,91,124). Sum of RGB (Red+Green+Blue) = 57+91+124=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #395B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B7C is #C6A483. Grayscale: #545454. Windows color (decimal): -13018244 or 8149817. OLE color: 8149817.

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

Color convert

RGB5791124-
CMYK0.540.2700.51
HSL209.55º37.02%35.49%-
HSV(B)209.55º54.03%48.63%-
XYZ9.079.8120.48-
YUV84.6150.24108.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=20.96%
G=33.46%
B=45.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57911240.540.2700.51209.5537.0235.49
Hex395B7C361B033d22523
Octal7113317466330633224543
Binary1110011011011111110011011011011011001111010010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,91,124); }

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

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

 a { background-color: rgb(57,91,124); }

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

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

 span { border-color: rgb(57,91,124); }

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