#386481

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

Shades of Matisse #386481

Tints of Matisse #386481

Color information

#386481 (or 0x386481) is unknown color: approx Matisse. HEX triplet: 38, 64 and 81. RGB value is (56,100,129). Sum of RGB (Red+Green+Blue) = 56+100+129=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #386481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386481 is #C79B7E. Grayscale: #595959. Windows color (decimal): -13081471 or 8479800. OLE color: 8479800.

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

Color convert

RGB56100129-
CMYK0.570.2200.49
HSL203.84º39.46%36.27%-
HSV(B)203.84º56.59%50.59%-
XYZ10.1511.5422.46-
YUV90.15149.92103.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=19.65%
G=35.09%
B=45.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561001290.570.2200.49203.8439.4636.27
Hex3864813916031cc2724
Octal7014420171260613144744
Binary11100011001001000000111100110110011000111001100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386481; }

 p { color: rgb(56,100,129); }

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

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

 a { background-color: rgb(56,100,129); }

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

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

 span { border-color: rgb(56,100,129); }

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