#386289

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

Shades of Matisse #386289

Tints of Matisse #386289

Color information

#386289 (or 0x386289) is unknown color: approx Matisse. HEX triplet: 38, 62 and 89. RGB value is (56,98,137). Sum of RGB (Red+Green+Blue) = 56+98+137=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #386289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386289 is #C79D76. Grayscale: #595959. Windows color (decimal): -13081975 or 9003576. OLE color: 9003576.

HSL color Cylindrical-coordinate representation of color #386289: hue angle of 208.89º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386289 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5698137-
CMYK0.590.2800.46
HSL208.89º41.97%37.84%-
HSV(B)208.89º59.12%53.73%-
XYZ10.5111.3825.31-
YUV89.89154.59103.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=19.24%
G=33.68%
B=47.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56981370.590.2800.46208.8941.9737.84
Hex3862893B1C02Ed12a26
Octal7014221173340563215246
Binary11100011000101000100111101111100010111011010001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386289; }

 p { color: rgb(56,98,137); }

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

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

 a { background-color: rgb(56,98,137); }

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

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

 span { border-color: rgb(56,98,137); }

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