#395C74

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

Shades of Matisse #395C74

Tints of Matisse #395C74

Color information

#395C74 (or 0x395C74) is unknown color: approx Matisse. HEX triplet: 39, 5C and 74. RGB value is (57,92,116). Sum of RGB (Red+Green+Blue) = 57+92+116=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #395C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C74 is #C6A38B. Grayscale: #545454. Windows color (decimal): -13017996 or 7625785. OLE color: 7625785.

HSL color Cylindrical-coordinate representation of color #395C74: hue angle of 204.41º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #395C74 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5792116-
CMYK0.510.2100.55
HSL204.41º34.1%33.92%-
HSV(B)204.41º50.86%45.49%-
XYZ8.679.7917.95-
YUV84.27145.9108.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=21.51%
G=34.72%
B=43.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57921160.510.2100.55204.4134.133.92
Hex395C743315037cc2222
Octal7113416463250673144242
Binary1110011011100111010011001110101011011111001100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,92,116); }

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

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

 a { background-color: rgb(57,92,116); }

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

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

 span { border-color: rgb(57,92,116); }

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