#395372

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

Shades of Matisse #395372

Tints of Matisse #395372

Color information

#395372 (or 0x395372) is unknown color: approx Matisse. HEX triplet: 39, 53 and 72. RGB value is (57,83,114). Sum of RGB (Red+Green+Blue) = 57+83+114=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #395372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395372 is #C6AC8D. Grayscale: #4E4E4E. Windows color (decimal): -13020302 or 7492409. OLE color: 7492409.

HSL color Cylindrical-coordinate representation of color #395372: hue angle of 212.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395372 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5783114-
CMYK0.500.2700.55
HSL212.63º33.33%33.53%-
HSV(B)212.63º50%44.71%-
XYZ7.828.2717.1-
YUV78.76147.89112.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=22.44%
G=32.68%
B=44.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57831140.500.2700.55212.6333.3333.53
Hex395372321B037d52122
Octal7112316262330673254142
Binary1110011010011111001011001011011011011111010101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395372; }

 p { color: rgb(57,83,114); }

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

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

 a { background-color: rgb(57,83,114); }

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

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

 span { border-color: rgb(57,83,114); }

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