#396087

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

Shades of Matisse #396087

Tints of Matisse #396087

Color information

#396087 (or 0x396087) is unknown color: approx Matisse. HEX triplet: 39, 60 and 87. RGB value is (57,96,135). Sum of RGB (Red+Green+Blue) = 57+96+135=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #396087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396087 is #C69F78. Grayscale: #585858. Windows color (decimal): -13016953 or 8871993. OLE color: 8871993.

HSL color Cylindrical-coordinate representation of color #396087: hue angle of 210º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396087 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5796135-
CMYK0.580.2900.47
HSL210º40.62%37.65%-
HSV(B)210º57.78%52.94%-
XYZ10.2410.9824.5-
YUV88.78154.08105.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=19.79%
G=33.33%
B=46.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57961350.580.2900.4721040.6237.65
Hex3960873A1D02Fd22926
Octal7114020772350573225146
Binary11100111000001000011111101011101010111111010010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396087; }

 p { color: rgb(57,96,135); }

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

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

 a { background-color: rgb(57,96,135); }

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

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

 span { border-color: rgb(57,96,135); }

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