#396489

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

Shades of Matisse #396489

Tints of Matisse #396489

Color information

#396489 (or 0x396489) is unknown color: approx Matisse. HEX triplet: 39, 64 and 89. RGB value is (57,100,137). Sum of RGB (Red+Green+Blue) = 57+100+137=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #396489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396489 is #C69B76. Grayscale: #5B5B5B. Windows color (decimal): -13015927 or 9004089. OLE color: 9004089.

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

Color convert

RGB57100137-
CMYK0.580.2700.46
HSL207.75º41.24%38.04%-
HSV(B)207.75º58.39%53.73%-
XYZ10.7611.7925.38-
YUV91.36153.75103.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 137 (53.91% from 255) = 46.60%
R=19.39%
G=34.01%
B=46.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571001370.580.2700.46207.7541.2438.04
Hex3964893A1B02Ed02926
Octal7114421172330563205146
Binary11100111001001000100111101011011010111011010000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396489; }

 p { color: rgb(57,100,137); }

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

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

 a { background-color: rgb(57,100,137); }

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

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

 span { border-color: rgb(57,100,137); }

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