#395F7C

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

Shades of Matisse #395F7C

Tints of Matisse #395F7C

Color information

#395F7C (or 0x395F7C) is unknown color: approx Matisse. HEX triplet: 39, 5F and 7C. RGB value is (57,95,124). Sum of RGB (Red+Green+Blue) = 57+95+124=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #395F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F7C is #C6A083. Grayscale: #565656. Windows color (decimal): -13017220 or 8150841. OLE color: 8150841.

HSL color Cylindrical-coordinate representation of color #395F7C: hue angle of 205.97º 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 #395F7C is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5795124-
CMYK0.540.2300.51
HSL205.97º37.02%35.49%-
HSV(B)205.97º54.03%48.63%-
XYZ9.4210.5120.6-
YUV86.94148.91106.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=20.65%
G=34.42%
B=44.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57951240.540.2300.51205.9737.0235.49
Hex395F7C3617033ce2523
Octal7113717466270633164543
Binary1110011011111111110011011010111011001111001110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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