#395775

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

Shades of Matisse #395775

Tints of Matisse #395775

Color information

#395775 (or 0x395775) is unknown color: approx Matisse. HEX triplet: 39, 57 and 75. RGB value is (57,87,117). Sum of RGB (Red+Green+Blue) = 57+87+117=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #395775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395775 is #C6A88A. Grayscale: #515151. Windows color (decimal): -13019275 or 7690041. OLE color: 7690041.

HSL color Cylindrical-coordinate representation of color #395775: hue angle of 210º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #395775 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5787117-
CMYK0.510.2600.54
HSL210º34.48%34.12%-
HSV(B)210º51.28%45.88%-
XYZ8.318.9718.12-
YUV81.45148.06110.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=21.84%
G=33.33%
B=44.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57871170.510.2600.5421034.4834.12
Hex395775331A036d22222
Octal7112716563320663224242
Binary1110011010111111010111001111010011011011010010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395775; }

 p { color: rgb(57,87,117); }

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

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

 a { background-color: rgb(57,87,117); }

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

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

 span { border-color: rgb(57,87,117); }

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