#395473

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

Shades of Matisse #395473

Tints of Matisse #395473

Color information

#395473 (or 0x395473) is unknown color: approx Matisse. HEX triplet: 39, 54 and 73. RGB value is (57,84,115). Sum of RGB (Red+Green+Blue) = 57+84+115=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #395473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395473 is #C6AB8C. Grayscale: #4F4F4F. Windows color (decimal): -13020045 or 7558201. OLE color: 7558201.

HSL color Cylindrical-coordinate representation of color #395473: hue angle of 212.07º degrees, saturation: 0.34, 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 #395473 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5784115-
CMYK0.500.2700.55
HSL212.07º33.72%33.73%-
HSV(B)212.07º50.43%45.1%-
XYZ7.958.4517.43-
YUV79.46148.05111.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=22.27%
G=32.81%
B=44.92%

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
Decimal57841150.500.2700.55212.0733.7233.73
Hex395473321B037d42222
Octal7112416362330673244242
Binary1110011010100111001111001011011011011111010100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395473; }

 p { color: rgb(57,84,115); }

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

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

 a { background-color: rgb(57,84,115); }

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

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

 span { border-color: rgb(57,84,115); }

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