#386077

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

Shades of Matisse #386077

Tints of Matisse #386077

Color information

#386077 (or 0x386077) is unknown color: approx Matisse. HEX triplet: 38, 60 and 77. RGB value is (56,96,119). Sum of RGB (Red+Green+Blue) = 56+96+119=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #386077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386077 is #C79F88. Grayscale: #565656. Windows color (decimal): -13082505 or 7823416. OLE color: 7823416.

HSL color Cylindrical-coordinate representation of color #386077: hue angle of 201.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386077 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5696119-
CMYK0.530.1900.53
HSL201.9º36%34.31%-
HSV(B)201.9º52.94%46.67%-
XYZ9.1410.5419-
YUV86.66146.25106.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=20.66%
G=35.42%
B=43.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56961190.530.1900.53201.93634.31
Hex3860773513035ca2422
Octal7014016765230653124442
Binary1110001100000111011111010110011011010111001010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386077; }

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

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

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

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

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

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

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

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