#385675

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

Shades of Matisse #385675

Tints of Matisse #385675

Color information

#385675 (or 0x385675) is unknown color: approx Matisse. HEX triplet: 38, 56 and 75. RGB value is (56,86,117). Sum of RGB (Red+Green+Blue) = 56+86+117=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #385675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385675 is #C7A98A. Grayscale: #505050. Windows color (decimal): -13085067 or 7689784. OLE color: 7689784.

HSL color Cylindrical-coordinate representation of color #385675: hue angle of 210.49º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385675 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5686117-
CMYK0.520.2600.54
HSL210.49º35.26%33.92%-
HSV(B)210.49º52.14%45.88%-
XYZ8.178.7818.09-
YUV80.56148.56110.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=21.62%
G=33.20%
B=45.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56861170.520.2600.54210.4935.2633.92
Hex385675341A036d22322
Octal7012616564320663224342
Binary1110001010110111010111010011010011011011010010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385675; }

 p { color: rgb(56,86,117); }

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

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

 a { background-color: rgb(56,86,117); }

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

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

 span { border-color: rgb(56,86,117); }

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