#385672

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

Shades of Matisse #385672

Tints of Matisse #385672

Color information

#385672 (or 0x385672) is unknown color: approx Matisse. HEX triplet: 38, 56 and 72. RGB value is (56,86,114). Sum of RGB (Red+Green+Blue) = 56+86+114=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #385672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385672 is #C7A98D. Grayscale: #505050. Windows color (decimal): -13085070 or 7493176. OLE color: 7493176.

HSL color Cylindrical-coordinate representation of color #385672: hue angle of 208.97º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385672 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5686114-
CMYK0.510.2500.55
HSL208.97º34.12%33.33%-
HSV(B)208.97º50.88%44.71%-
XYZ88.7117.18-
YUV80.22147.06110.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=21.88%
G=33.59%
B=44.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56861140.510.2500.55208.9734.1233.33
Hex3856723319037d12221
Octal7012616263310673214241
Binary1110001010110111001011001111001011011111010001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385672; }

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

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

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

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

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

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

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

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