#386179

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

Shades of Matisse #386179

Tints of Matisse #386179

Color information

#386179 (or 0x386179) is unknown color: approx Matisse. HEX triplet: 38, 61 and 79. RGB value is (56,97,121). Sum of RGB (Red+Green+Blue) = 56+97+121=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #386179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386179 is #C79E86. Grayscale: #575757. Windows color (decimal): -13082247 or 7954744. OLE color: 7954744.

HSL color Cylindrical-coordinate representation of color #386179: hue angle of 202.15º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386179 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5697121-
CMYK0.540.2000.53
HSL202.15º36.72%34.71%-
HSV(B)202.15º53.72%47.45%-
XYZ9.3610.7719.67-
YUV87.48146.92105.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=20.44%
G=35.40%
B=44.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56971210.540.2000.53202.1536.7234.71
Hex3861793614035ca2523
Octal7014117166240653124543
Binary1110001100001111100111011010100011010111001010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386179; }

 p { color: rgb(56,97,121); }

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

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

 a { background-color: rgb(56,97,121); }

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

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

 span { border-color: rgb(56,97,121); }

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