#385678

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

Shades of Matisse #385678

Tints of Matisse #385678

Color information

#385678 (or 0x385678) is unknown color: approx Matisse. HEX triplet: 38, 56 and 78. RGB value is (56,86,120). Sum of RGB (Red+Green+Blue) = 56+86+120=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #385678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385678 is #C7A987. Grayscale: #505050. Windows color (decimal): -13085064 or 7886392. OLE color: 7886392.

HSL color Cylindrical-coordinate representation of color #385678: hue angle of 211.88º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385678 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5686120-
CMYK0.530.2800.53
HSL211.88º36.36%34.51%-
HSV(B)211.88º53.33%47.06%-
XYZ8.358.8519.04-
YUV80.91150.06110.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=21.37%
G=32.82%
B=45.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56861200.530.2800.53211.8836.3634.51
Hex385678351C035d42423
Octal7012617065340653244443
Binary1110001010110111100011010111100011010111010100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385678; }

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

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

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

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

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

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

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

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