#396082

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

Shades of Matisse #396082

Tints of Matisse #396082

Color information

#396082 (or 0x396082) is unknown color: approx Matisse. HEX triplet: 39, 60 and 82. RGB value is (57,96,130). Sum of RGB (Red+Green+Blue) = 57+96+130=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #396082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396082 is #C69F7D. Grayscale: #585858. Windows color (decimal): -13016958 or 8544313. OLE color: 8544313.

HSL color Cylindrical-coordinate representation of color #396082: hue angle of 207.95º 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 #396082 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5796130-
CMYK0.560.2600.49
HSL207.95º39.04%36.67%-
HSV(B)207.95º56.15%50.98%-
XYZ9.910.8522.69-
YUV88.22151.58105.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=20.14%
G=33.92%
B=45.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57961300.560.2600.49207.9539.0436.67
Hex396082381A031d02725
Octal7114020270320613204745
Binary11100111000001000001011100011010011000111010000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396082; }

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

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

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

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

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

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

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

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