#386083

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

Shades of Matisse #386083

Tints of Matisse #386083

Color information

#386083 (or 0x386083) is unknown color: approx Matisse. HEX triplet: 38, 60 and 83. RGB value is (56,96,131). Sum of RGB (Red+Green+Blue) = 56+96+131=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #386083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386083 is #C79F7C. Grayscale: #575757. Windows color (decimal): -13082493 or 8609848. OLE color: 8609848.

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

Color convert

RGB5696131-
CMYK0.570.2700.49
HSL208º40.11%36.67%-
HSV(B)208º57.25%51.37%-
XYZ9.9110.8523.04-
YUV88.03152.25105.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 131 (51.56% from 255) = 46.29%
R=19.79%
G=33.92%
B=46.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56961310.570.2700.4920840.1136.67
Hex386083391B031d02825
Octal7014020371330613205045
Binary11100011000001000001111100111011011000111010000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386083; }

 p { color: rgb(56,96,131); }

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

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

 a { background-color: rgb(56,96,131); }

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

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

 span { border-color: rgb(56,96,131); }

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