#395779

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

Shades of Matisse #395779

Tints of Matisse #395779

Color information

#395779 (or 0x395779) is unknown color: approx Matisse. HEX triplet: 39, 57 and 79. RGB value is (57,87,121). Sum of RGB (Red+Green+Blue) = 57+87+121=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #395779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395779 is #C6A886. Grayscale: #515151. Windows color (decimal): -13019271 or 7952185. OLE color: 7952185.

HSL color Cylindrical-coordinate representation of color #395779: hue angle of 211.88º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #395779 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5787121-
CMYK0.530.2800.53
HSL211.88º35.96%34.9%-
HSV(B)211.88º52.89%47.45%-
XYZ8.559.0719.39-
YUV81.91150.06110.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=21.51%
G=32.83%
B=45.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57871210.530.2800.53211.8835.9634.9
Hex395779351C035d42423
Octal7112717165340653244443
Binary1110011010111111100111010111100011010111010100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395779; }

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

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

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

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

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

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

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

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