#385670

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

Shades of Matisse #385670

Tints of Matisse #385670

Color information

#385670 (or 0x385670) is unknown color: approx Matisse. HEX triplet: 38, 56 and 70. RGB value is (56,86,112). Sum of RGB (Red+Green+Blue) = 56+86+112=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #385670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385670 is #C7A98F. Grayscale: #4F4F4F. Windows color (decimal): -13085072 or 7362104. OLE color: 7362104.

HSL color Cylindrical-coordinate representation of color #385670: hue angle of 207.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385670 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5686112-
CMYK0.500.2300.56
HSL207.86º33.33%32.94%-
HSV(B)207.86º50%43.92%-
XYZ7.888.6716.59-
YUV79.99146.06110.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=22.05%
G=33.86%
B=44.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56861120.500.2300.56207.8633.3332.94
Hex3856703217038d02121
Octal7012616062270703204141
Binary1110001010110111000011001010111011100011010000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385670; }

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

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

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

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

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

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

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

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