#395572

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

Shades of Matisse #395572

Tints of Matisse #395572

Color information

#395572 (or 0x395572) is unknown color: approx Matisse. HEX triplet: 39, 55 and 72. RGB value is (57,85,114). Sum of RGB (Red+Green+Blue) = 57+85+114=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #395572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395572 is #C6AA8D. Grayscale: #4F4F4F. Windows color (decimal): -13019790 or 7492921. OLE color: 7492921.

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

Color convert

RGB5785114-
CMYK0.500.2500.55
HSL210.53º33.33%33.53%-
HSV(B)210.53º50%44.71%-
XYZ7.978.5817.16-
YUV79.93147.22111.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=22.27%
G=33.20%
B=44.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57851140.500.2500.55210.5333.3333.53
Hex3955723219037d32122
Octal7112516262310673234142
Binary1110011010101111001011001011001011011111010011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395572; }

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

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

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

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

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

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

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

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