#386489

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

Shades of Matisse #386489

Tints of Matisse #386489

Color information

#386489 (or 0x386489) is unknown color: approx Matisse. HEX triplet: 38, 64 and 89. RGB value is (56,100,137). Sum of RGB (Red+Green+Blue) = 56+100+137=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #386489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386489 is #C79B76. Grayscale: #5A5A5A. Windows color (decimal): -13081463 or 9004088. OLE color: 9004088.

HSL color Cylindrical-coordinate representation of color #386489: hue angle of 207.41º 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 #386489 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56100137-
CMYK0.590.2700.46
HSL207.41º41.97%37.84%-
HSV(B)207.41º59.12%53.73%-
XYZ10.711.7625.37-
YUV91.06153.92102.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=19.11%
G=34.13%
B=46.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561001370.590.2700.46207.4141.9737.84
Hex3864893B1B02Ecf2a26
Octal7014421173330563175246
Binary11100011001001000100111101111011010111011001111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386489; }

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

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

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

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

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

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

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

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