#385676

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

Shades of Matisse #385676

Tints of Matisse #385676

Color information

#385676 (or 0x385676) is unknown color: approx Matisse. HEX triplet: 38, 56 and 76. RGB value is (56,86,118). Sum of RGB (Red+Green+Blue) = 56+86+118=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #385676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385676 is #C7A989. Grayscale: #505050. Windows color (decimal): -13085066 or 7755320. OLE color: 7755320.

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

Color convert

RGB5686118-
CMYK0.530.2700.54
HSL210.97º35.63%34.12%-
HSV(B)210.97º52.54%46.27%-
XYZ8.238.818.41-
YUV80.68149.06110.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=21.54%
G=33.08%
B=45.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56861180.530.2700.54210.9735.6334.12
Hex385676351B036d32422
Octal7012616665330663234442
Binary1110001010110111011011010111011011011011010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385676; }

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

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

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

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

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

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

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

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