#386089

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

Shades of Matisse #386089

Tints of Matisse #386089

Color information

#386089 (or 0x386089) is unknown color: approx Matisse. HEX triplet: 38, 60 and 89. RGB value is (56,96,137). Sum of RGB (Red+Green+Blue) = 56+96+137=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #386089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386089 is #C79F76. Grayscale: #585858. Windows color (decimal): -13082487 or 9003064. OLE color: 9003064.

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

Color convert

RGB5696137-
CMYK0.590.3000.46
HSL210.37º41.97%37.84%-
HSV(B)210.37º59.12%53.73%-
XYZ10.3311.0125.25-
YUV88.71155.25104.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=19.38%
G=33.22%
B=47.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56961370.590.3000.46210.3741.9737.84
Hex3860893B1E02Ed22a26
Octal7014021173360563225246
Binary11100011000001000100111101111110010111011010010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386089; }

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

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

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

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

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

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

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

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