#395778

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

Shades of Matisse #395778

Tints of Matisse #395778

Color information

#395778 (or 0x395778) is unknown color: approx Matisse. HEX triplet: 39, 57 and 78. RGB value is (57,87,120). Sum of RGB (Red+Green+Blue) = 57+87+120=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #395778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395778 is #C6A887. Grayscale: #515151. Windows color (decimal): -13019272 or 7886649. OLE color: 7886649.

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

Color convert

RGB5787120-
CMYK0.520.2800.53
HSL211.43º35.59%34.71%-
HSV(B)211.43º52.5%47.06%-
XYZ8.499.0419.07-
YUV81.79149.56110.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=21.59%
G=32.95%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57871200.520.2800.53211.4335.5934.71
Hex395778341C035d32423
Octal7112717064340653234443
Binary1110011010111111100011010011100011010111010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395778; }

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

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

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

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

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

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

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

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