#395B78

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

Shades of Matisse #395B78

Tints of Matisse #395B78

Color information

#395B78 (or 0x395B78) is unknown color: approx Matisse. HEX triplet: 39, 5B and 78. RGB value is (57,91,120). Sum of RGB (Red+Green+Blue) = 57+91+120=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #395B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B78 is #C6A487. Grayscale: #535353. Windows color (decimal): -13018248 or 7887673. OLE color: 7887673.

HSL color Cylindrical-coordinate representation of color #395B78: hue angle of 207.62º 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 #395B78 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5791120-
CMYK0.520.2400.53
HSL207.62º35.59%34.71%-
HSV(B)207.62º52.5%47.06%-
XYZ8.829.7119.18-
YUV84.14148.24108.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=21.27%
G=33.96%
B=44.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57911200.520.2400.53207.6235.5934.71
Hex395B783418035d02423
Octal7113317064300653204443
Binary1110011011011111100011010011000011010111010000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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