#396283

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

Shades of Matisse #396283

Tints of Matisse #396283

Color information

#396283 (or 0x396283) is unknown color: approx Matisse. HEX triplet: 39, 62 and 83. RGB value is (57,98,131). Sum of RGB (Red+Green+Blue) = 57+98+131=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #396283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396283 is #C69D7C. Grayscale: #595959. Windows color (decimal): -13016445 or 8610361. OLE color: 8610361.

HSL color Cylindrical-coordinate representation of color #396283: hue angle of 206.76º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396283 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5798131-
CMYK0.560.2500.49
HSL206.76º39.36%36.86%-
HSV(B)206.76º56.49%51.37%-
XYZ10.1511.2423.11-
YUV89.5151.42104.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=19.93%
G=34.27%
B=45.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57981310.560.2500.49206.7639.3636.86
Hex3962833819031cf2725
Octal7114220370310613174745
Binary11100111000101000001111100011001011000111001111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396283; }

 p { color: rgb(57,98,131); }

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

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

 a { background-color: rgb(57,98,131); }

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

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

 span { border-color: rgb(57,98,131); }

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